This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Multithreading problems
- From: Daniel Kegel <dank at kegel dot com>
- To: Ciorecan dot Marius at ssi-schaefer dot ro
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 06 Dec 2004 17:24:28 -0800
- Subject: RE: Multithreading problems
Ciorecan.Marius@ssi-schaefer.ro wrote:
> is libstdc++ not thread safe?
The current versions of gcc come with versions of
libstdc++ that provide 'thread safety' as defined
in http://www.sgi.com/tech/stl/thread_safety.html, I think.
Note that this is not as 'thread safe' as Java's containers are.
It also doesn't mean you can't shoot yourself in
the foot with threads.
- Dan