STL classes and exceptions

Jonathan Wakely cow@compsoc.man.ac.uk
Fri Jan 24 17:27:00 GMT 2003


On Fri, Jan 24, 2003 at 10:47:10AM -0600, Benjamin Kosnik wrote:

> > 2) I am maintaing a list that is accessed by more
> >than
> > one thread. If I protect it's access by a pthread
> >mutex, will that suffice the synchronization ?
> > Can somebody point me to the documentation of the
> > issues of "STL with threads".
> 
> There used to be a link to this in the docs.
> 
> http://www.sgi.com/tech/stl/thread_safety.html


There still is, notes on libstdc++-v3 thread-safety are here:
http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/howto.html#3

which refers to:
http://www.sgi.com/tech/stl/thread_safety.html

jon


-- 
"Fanaticism consists in redoubling your efforts when you have forgotten 
 your aims."
	- George Santayana



More information about the Libstdc++ mailing list