gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely c3d71b62c6 shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX Timeouts option is supported.
* include/std/shared_mutex (shared_timed_mutex): Only use
	pthread_rwlock_t when the POSIX Timeouts option is supported.
	* testsuite/30_threads/shared_lock/cons/5.cc: Remove
	dg-require-gthreads-timed.
	* testsuite/30_threads/shared_lock/cons/6.cc: Likewise.
	* testsuite/30_threads/shared_lock/locking/3.cc: Likewise.
	* testsuite/30_threads/shared_lock/locking/4.cc: Likewise.

From-SVN: r221971
2015-04-10 10:00:00 +01:00
..
async Update copyright years. 2015-01-05 13:33:28 +01:00
call_once Update copyright years. 2015-01-05 13:33:28 +01:00
condition_variable Update copyright years. 2015-01-05 13:33:28 +01:00
condition_variable_any Update copyright years. 2015-01-05 13:33:28 +01:00
future Update copyright years. 2015-01-05 13:33:28 +01:00
headers Update copyright years. 2015-01-05 13:33:28 +01:00
lock Update copyright years. 2015-01-05 13:33:28 +01:00
lock_guard Update copyright years. 2015-01-05 13:33:28 +01:00
mutex Update copyright years. 2015-01-05 13:33:28 +01:00
once_flag/cons Update copyright years. 2015-01-05 13:33:28 +01:00
packaged_task Update copyright years. 2015-01-05 13:33:28 +01:00
promise Update copyright years. 2015-01-05 13:33:28 +01:00
recursive_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
recursive_timed_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
shared_future Update copyright years. 2015-01-05 13:33:28 +01:00
shared_lock shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX Timeouts option is supported. 2015-04-10 10:00:00 +01:00
shared_timed_mutex shared_mutex (shared_timed_mutex): Add comments to explain the logic in the non-pthread_rwlock_t version. 2015-04-10 09:59:54 +01:00
this_thread re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep) 2015-03-26 19:59:08 +00:00
thread Update copyright years. 2015-01-05 13:33:28 +01:00
timed_mutex Update copyright years. 2015-01-05 13:33:28 +01:00
try_lock Update copyright years. 2015-01-05 13:33:28 +01:00
unique_lock 1.cc: Remove name of unused exception variable. 2015-03-17 16:36:32 +00:00