mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 01:59:16 +08:00
1976f0d995
* include/bits/stl_threads.h (_Atomic_swap): Kill it... (_Swap_lock_struct<>): ...and the horse it rode in on. * src/globals.cc (_Swap_lock_struct<>): Likewise. * include/ext/stl_rope.h (_Rope_RopeRep<>::_M_c_string_lock): New member to support... * include/ext/ropeimpl.h (rope<>::c_str): Follow *all* memory visibility rules related to POSIX threads. * testsuite/thread/pthread7-rope.cc: New test. From-SVN: r66507 |
||
---|---|---|
.. | ||
pthread1.cc | ||
pthread2.cc | ||
pthread3.cc | ||
pthread4.cc | ||
pthread5.cc | ||
pthread6.cc | ||
pthread7-rope.cc |