This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
STL thread safeness ?
- To: "gcc" <gcc at gcc dot gnu dot org>
- Subject: STL thread safeness ?
- From: nightOwl <peter dot zijlstra at chello dot nl>
- Date: Thu, 20 Apr 2000 21:32:12 CEST
- Reply-To: peter dot zijlstra at chello dot nl
Hi,..
I'm writing a multi-threaded application on solaris 8 using POSIX-threads,
and I was wondering how MT-safe the STL library is. I found __STL_PTHREADS
in <stl_alloc.h>, is this the only flag and thereby the right one to use ?
Or are there other/more general flag(s) to use ?
regards,
Peter Zijlstra
PS. is there proper documentation on this subject ?