gcc/libstdc++-v3/include
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
..
backward
bits Fix ambiguity with multiple enable_shared_from_this bases 2015-12-02 15:08:18 +00:00
c
c_compatibility
c_global Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:15:43 +00:00
c_std
debug
decimal
experimental Define path::_Cmpt after specializing path::__is_encoded_char 2015-12-01 11:33:17 +00:00
ext
parallel
precompiled
profile
std PR libstdc++/57060 cope with invalid thread IDs 2015-12-04 17:32:40 +00:00
tr1 Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:15:43 +00:00
tr2
Makefile.am
Makefile.in