egcs/libstdc++-v3 ChangeLog include/bits/stl_t ...

ljrittle@gcc.gnu.org ljrittle@gcc.gnu.org
Wed Jun 13 23:06:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	ljrittle@gcc.gnu.org	2001-06-13 23:06:48

Modified files:
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: stl_threads.h 
	libstdc++-v3/src: globals.cc 

Log message:
	* src/globals.cc: Define globals _GLIBCPP_mutex_init (),
	_GLIBCPP_mutex_address_init (), _GLIBCPP_once, _GLIBCPP_mutex
	and _GLIBCPP_mutex_address.
	* include/bits/stl_threads.h (_STL_mutex_lock): Use above to provide
	once-only runtime initialization of _M_lock mutex when
	__GTHREAD_MUTEX_INIT_FUNCTION is defined.
	(__STL_MUTEX_INITIALIZER): Provide initializer for _STL_mutex_lock
	for __GTHREAD_MUTEX_INIT_FUNCTION case.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.666&r2=1.667
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/include/bits/stl_threads.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/src/globals.cc.diff?cvsroot=gcc&r1=1.2&r2=1.3



More information about the Libstdc++-cvs mailing list