gcc/libstdc++-v3/include/std
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
..
algorithm Update copyright years. 2015-01-05 13:33:28 +01:00
array array: Include <array>. 2015-06-23 19:51:02 +00:00
atomic Handle alignment in __atomic_is_lock_free 2015-09-17 16:46:04 +01:00
bitset Update copyright years. 2015-01-05 13:33:28 +01:00
chrono re PR libstdc++/65499 (Missing "using namespace literals::chrono_literals" in std::chrono) 2015-03-27 12:45:10 +00:00
codecvt re PR libstdc++/64797 (22_locale/conversions/string/2.cc FAILs) 2015-03-04 17:19:55 +00:00
complex More fine-grained autoconf checks for C99 library 2015-11-13 14:51:25 +00:00
condition_variable LWG 2135: terminate() in condition_variable::wait() 2015-09-28 19:44:40 +01:00
deque Update copyright years. 2015-01-05 13:33:28 +01:00
forward_list Update copyright years. 2015-01-05 13:33:28 +01:00
fstream Update copyright years. 2015-01-05 13:33:28 +01:00
functional Implement C++17 std::invoke and LWG DR 2219 2015-10-25 01:00:54 +01:00
future Implement C++17 std::invoke and LWG DR 2219 2015-10-25 01:00:54 +01:00
iomanip Implement N4100 File System TS 2015-04-30 20:11:52 +01:00
ios Update copyright years. 2015-01-05 13:33:28 +01:00
iosfwd Update copyright years. 2015-01-05 13:33:28 +01:00
iostream Update copyright years. 2015-01-05 13:33:28 +01:00
istream re PR libstdc++/65543 (rvalue stream insertion and extraction operators incorrectly implemented) 2015-03-25 09:57:06 +00:00
iterator Update copyright years. 2015-01-05 13:33:28 +01:00
limits re PR libstdc++/65883 (numeric_limits<unsigned __int128>::max() returns incorrect value) 2015-04-28 19:35:49 +00:00
list Update copyright years. 2015-01-05 13:33:28 +01:00
locale locale_conv.h (wstring_convert, [...]): New. 2015-01-16 23:38:48 +00:00
map Update copyright years. 2015-01-05 13:33:28 +01:00
memory memory (pointer_safety, [...]): Define. 2015-05-01 12:02:18 +01:00
mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
numeric Update copyright years. 2015-01-05 13:33:28 +01:00
ostream re PR libstdc++/65543 (rvalue stream insertion and extraction operators incorrectly implemented) 2015-03-25 09:57:06 +00:00
queue Update copyright years. 2015-01-05 13:33:28 +01:00
random Update copyright years. 2015-01-05 13:33:28 +01:00
ratio Update copyright years. 2015-01-05 13:33:28 +01:00
regex regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _State<>... 2015-07-30 10:35:45 +00:00
scoped_allocator Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
set Update copyright years. 2015-01-05 13:33:28 +01:00
shared_mutex Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
sstream Update copyright years. 2015-01-05 13:33:28 +01:00
stack Update copyright years. 2015-01-05 13:33:28 +01:00
stdexcept re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-static data member '_M_p') 2015-03-02 16:50:24 +00:00
streambuf Update copyright years. 2015-01-05 13:33:28 +01:00
string Update copyright years. 2015-01-05 13:33:28 +01:00
system_error Remove redundant conditional expressions in <system_error> 2015-09-17 15:56:50 +01:00
thread PR libstdc++/57060 cope with invalid thread IDs 2015-12-04 17:32:40 +00:00
tuple Make the default constructors of tuple and pair conditionally explicit. 2015-11-03 10:41:40 +02:00
type_traits Implement D0013R2, logical type traits. 2015-11-12 15:56:31 +02:00
typeindex Update copyright years. 2015-01-05 13:33:28 +01:00
unordered_map Update copyright years. 2015-01-05 13:33:28 +01:00
unordered_set Update copyright years. 2015-01-05 13:33:28 +01:00
utility PR libstdc++/66059 optimise _Build_index_tuple 2015-11-17 19:54:33 +00:00
valarray Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
vector Update copyright years. 2015-01-05 13:33:28 +01:00