gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 712266515f shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing the shared mutex requirements.
* include/std/shared_mutex (__shared_mutex_pthread,
	__shared_mutex_cv): New helper types implementing the shared mutex
	requirements.
	(shared_mutex): New type for C++17.
	(shared_timed_mutex): Derive from one of the new helper types.
	* testsuite/30_threads/shared_mutex/cons/1.cc: New.
	* testsuite/30_threads/shared_mutex/cons/assign_neg.cc: New.
	* testsuite/30_threads/shared_mutex/cons/copy_neg.cc: New.
	* testsuite/30_threads/shared_mutex/requirements/standard_layout.cc:
	New.
	* testsuite/30_threads/shared_mutex/try_lock/1.cc: New.
	* testsuite/30_threads/shared_mutex/try_lock/2.cc: New.

From-SVN: r224158
2015-06-05 17:31:05 +01:00
..
async future (__async_result_of): New alias template. 2015-05-29 14:44:52 +01:00
call_once
condition_variable
condition_variable_any
future
headers
lock
lock_guard c.opt (Wterminate): New. 2015-05-05 22:25:01 -04:00
mutex
once_flag/cons
packaged_task
promise
recursive_mutex
recursive_timed_mutex
shared_future
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_mutex shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing the shared mutex requirements. 2015-06-05 17:31:05 +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
thread
timed_mutex
try_lock
unique_lock