aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads
AgeCommit message (Expand)AuthorFilesLines
2015-05-05c.opt (Wterminate): New.Jason Merrill1-1/+1
2015-04-10shared_mutex (shared_timed_mutex): Only use pthread_rwlock_t when the POSIX T...Jonathan Wakely4-4/+0
2015-04-10shared_mutex (shared_timed_mutex): Add comments to explain the logic in the n...Jonathan Wakely1-0/+75
2015-03-26re PR libstdc++/58038 (std::this_thread::sleep_until can cause inifinite sleep)Jonathan Wakely2-0/+82
2015-03-171.cc: Remove name of unused exception variable.Jonathan Wakely4-138/+2
2015-01-05Update copyright years.Jakub Jelinek253-253/+253
2014-12-113.cc: Only use a thread_local when __cxa_thread_atexit_impl is available.Jonathan Wakely1-0/+5
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely3-0/+182
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini217-528/+528
2014-10-15limits: Remove stray semicolon.Paolo Carlini20-50/+50
2014-09-22mutex (try_lock): Do not swallow exceptions.Jonathan Wakely1-2/+9
2014-06-26alloc.cc: Fix use of test allocator.Jonathan Wakely1-9/+2
2014-06-25Makefile.am: Add new header.Jonathan Wakely1-4/+18
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely2-0/+93
2014-05-2354297.cc: Remove duplicate dragonfly selector.Jonathan Wakely24-47/+47
2014-05-231.cc: Add xfail for dragonfly.Jonathan Wakely2-2/+2
2014-05-23re PR libstdc++/60793 (Add target *-*-dragonfly* to dg-options on 172 libstdc...Jonathan Wakely174-346/+346
2014-05-17re PR libstdc++/60966 (std::call_once sometime hangs)Jonathan Wakely1-0/+67
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely2-0/+90
2014-04-02re PR target/54407 (FAIL: 30_threads/condition_variable/54185.cc execution te...Dominique d'Humieres1-1/+1
2014-03-18re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...Jonathan Wakely1-0/+51
2014-02-21Rename testsuite directory shared_mutex to shared_timed_mutex for consistency.Ed Smith-Rowland6-0/+0
2014-02-20Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.Ed Smith-Rowland20-21/+21
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford244-244/+244
2013-12-08* testsuite/30_threads/async/async.cc: Fix race condition in test.Jonathan Wakely1-15/+10
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2-3/+42
2013-06-18re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely1-0/+69
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely20-0/+1102
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge156-311/+311
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely1-9/+13
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely5-11/+11
2013-03-16re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...Jonathan Wakely1-5/+2
2013-03-16re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored t...Jonathan Wakely1-0/+35
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford221-221/+221
2013-01-19re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)Jonathan Wakely1-4/+4
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek4-4/+4
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely1-0/+44
2012-12-01re PR libstdc++/55503 (FAIL: 30_threads/condition_variable/members/53841.cc (...John David Anglin1-1/+1
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely5-8/+7
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely1-0/+50
2012-08-26* testsuite/30_threads/async/54297.cc: Add dg-require-nanosleep.Jonathan Wakely1-0/+1
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely1-0/+50
2012-08-13re PR libstdc++/54185 (condition_variable not properly destructed)David Adler1-0/+62
2012-07-20adl.cc: Add missing dg-requires.Paolo Carlini1-1/+3
2012-07-06re PR libstdc++/53872 ([C++11] ADL bug in std::thread)Paolo Carlini1-0/+37
2012-07-04re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely1-0/+68
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth151-302/+302
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth150-300/+300
2012-02-14* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.Jonathan Wakely1-2/+1
2012-02-0739909.cc: Remove duplicate target selector.Jonathan Wakely24-48/+48