gcc/libstdc++-v3/testsuite/30_threads
Jonathan Wakely 755be51d02 PR libstdc++/57060 cope with invalid thread IDs
PR libstdc++/57060
	* include/std/thread (operator==(thread::id, thread::id)): Do not use
	__gthread_equal.
	(operator<(thread::id, thread::id)): Add comment.
	(this_thread::get_id()): Do not use __gthread_self for single-threaded
	programs using glibc.
	* testsuite/30_threads/this_thread/57060.cc: New.

From-SVN: r231289
2015-12-04 17:32:40 +00:00
..
async Return deferred future if thread cannot be run 2015-10-24 22:36:50 +01:00
call_once
condition_variable
condition_variable_any
future
headers
lock
lock_guard
mutex
once_flag/cons
packaged_task
promise
recursive_mutex
recursive_timed_mutex Enable timed mutex unlock tests on darwin. 2015-09-07 11:40:25 +01:00
shared_future
shared_lock
shared_mutex
shared_timed_mutex
this_thread PR libstdc++/57060 cope with invalid thread IDs 2015-12-04 17:32:40 +00:00
thread
timed_mutex Rename shadowed variable in libstdc++ test. 2015-09-07 12:33:20 +01:00
try_lock
unique_lock