r146786 - in /branches/gcc-4_4-branch/libstdc++...

redi@gcc.gnu.org redi@gcc.gnu.org
Sat Apr 25 20:46:00 GMT 2009


Author: redi
Date: Sat Apr 25 20:46:44 2009
New Revision: 146786

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146786
Log:
2009-04-25  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/std/mutex (__get_once_functor_lock, __get_once_mutex):
	Replace global lock object with local locks on global mutex.
	* src/mutex.cc: Likewise.
	* config/abi/pre/gnu.ver: Adjust.
	* testsuite/30_threads/call_once/call_once2.cc: New.

Added:
    branches/gcc-4_4-branch/libstdc++-v3/testsuite/30_threads/call_once/call_once2.cc
Modified:
    branches/gcc-4_4-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_4-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gcc-4_4-branch/libstdc++-v3/include/std/mutex
    branches/gcc-4_4-branch/libstdc++-v3/src/mutex.cc



More information about the Libstdc++-cvs mailing list