gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 25e00ab674 re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)
PR libstdc++/57641
	* include/std/mutex (timed_mutex, recursive_timed_mutex): Move common
	functionality to new __timed_mutex_impl mixin. Overload try_lock_until
	to handle conversion between different clocks. Replace constrained
	__try_lock_for_impl overloads with conditional increment.
	* include/std/shared_mutex (shared_mutex::_Mutex): Use the new mixin.
	* testsuite/30_threads/timed_mutex/try_lock_until/57641.cc: New.

From-SVN: r200180
2013-06-18 23:55:02 +01:00
..
async
call_once
condition_variable
condition_variable_any
future
headers
lock
lock_guard
mutex
once_flag/cons
packaged_task
promise
recursive_mutex
recursive_timed_mutex
shared_future
shared_lock
shared_mutex
this_thread
thread
timed_mutex
try_lock
unique_lock