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 Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
bits Fix ambiguity with multiple enable_shared_from_this bases 2015-12-02 15:08:18 +00:00
c Add C++11 header <cuchar>. 2015-09-04 12:13:34 +01:00
c_compatibility More fine-grained autoconf checks for C99 library 2015-11-13 14:51:25 +00:00
c_global Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:15:43 +00:00
c_std More fine-grained autoconf checks for C99 library 2015-11-13 14:51:25 +00:00
debug 2015-09-17 François Dumont <fdumont@gcc.gnu.org> 2015-09-17 19:23:26 +00:00
decimal Update copyright years. 2015-01-05 13:33:28 +01:00
experimental Define path::_Cmpt after specializing path::__is_encoded_char 2015-12-01 11:33:17 +00:00
ext PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test 2015-11-15 11:15:08 +00:00
parallel Update copyright years. 2015-01-05 13:33:28 +01:00
precompiled Fix errors due to extra includes in extc++.h 2015-09-18 12:21:05 +01:00
profile c++config (_GLIBCXX_NOEXCEPT_IF): Define. 2015-07-13 18:15:48 +01:00
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 Update copyright years. 2015-01-05 13:33:28 +01:00
Makefile.am Define std::experimental::randint etc. 2015-11-13 16:49:40 +00:00
Makefile.in Define std::experimental::randint etc. 2015-11-13 16:49:40 +00:00