-
- Downloads
mutex (mutex::try_lock): Eat errors.
2008-05-14 Benjamin Kosnik <bkoz@redhat.com> * include/std/mutex (mutex::try_lock): Eat errors. (mutex::unlock): Same. (recursive_mutex::try_lock): Eat errors. (recursive_mutex::unlock): Same. * testsuite/30_threads/mutex/dest/destructor_locked.cc: Add -pthreads, adjust line numbers. * testsuite/30_threads/mutex/native_handle/1.cc: Same. * testsuite/30_threads/mutex/cons/1.cc: Same. * testsuite/30_threads/mutex/try_lock/1.cc: Same. * testsuite/30_threads/mutex/try_lock/2.cc: Same. * testsuite/30_threads/mutex/lock/1.cc: Same. * testsuite/30_threads/mutex/unlock/1.cc: Same. * testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc: Same. * testsuite/30_threads/recursive_mutex/native_handle/1.cc: Same. * testsuite/30_threads/recursive_mutex/cons/1.cc: Same. From-SVN: r135321
Showing
- libstdc++-v3/ChangeLog 18 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/std/mutex 10 additions, 28 deletionslibstdc++-v3/include/std/mutex
- libstdc++-v3/testsuite/30_threads/mutex/cons/1.cc 2 additions, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/cons/1.cc
- libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc
- libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc
- libstdc++-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc 2 additions, 1 deletion...+-v3/testsuite/30_threads/mutex/dest/destructor_locked.cc
- libstdc++-v3/testsuite/30_threads/mutex/lock/1.cc 5 additions, 4 deletionslibstdc++-v3/testsuite/30_threads/mutex/lock/1.cc
- libstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc 2 additions, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/native_handle/1.cc
- libstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc 2 additions, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/try_lock/1.cc
- libstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc 3 additions, 2 deletionslibstdc++-v3/testsuite/30_threads/mutex/try_lock/2.cc
- libstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc 2 additions, 1 deletionlibstdc++-v3/testsuite/30_threads/mutex/unlock/1.cc
- libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc 2 additions, 1 deletionlibstdc++-v3/testsuite/30_threads/recursive_mutex/cons/1.cc
- libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc 1 addition, 1 deletion...3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc
- libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc 1 addition, 1 deletion...-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc
- libstdc++-v3/testsuite/30_threads/recursive_mutex/dest/destructor_locked.cc 2 additions, 1 deletion...uite/30_threads/recursive_mutex/dest/destructor_locked.cc
- libstdc++-v3/testsuite/30_threads/recursive_mutex/native_handle/1.cc 2 additions, 1 deletion...3/testsuite/30_threads/recursive_mutex/native_handle/1.cc
Loading
Please register or sign in to comment