aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads
AgeCommit message (Expand)AuthorFilesLines
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-0/+31
2018-04-18PR libstdc++/84442 if _Exit isn't declared then use _exit insteadJonathan Wakely1-0/+11
2018-02-23PR libstdc++/84532 prevent unwrapping of reference_wrapper argumentsJonathan Wakely2-0/+76
2018-01-03Update copyright years.Jakub Jelinek285-285/+285
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely1-0/+51
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek6-6/+6
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely1-1/+1
2017-07-15Reorder std::scoped_lock parameters as per P0739R0 DR statusJonathan Wakely3-2/+33
2017-06-15Use pthread effective-target in testsuiteRainer Orth195-391/+582
2017-06-12PR libstdc++/55917 do not handle exceptions in std::threadJonathan Wakely1-0/+48
2017-04-21PR libstdc++/80316 make promise::set_value throw no_state errorJonathan Wakely4-0/+689
2017-03-22Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely3-0/+141
2017-03-05Add std::scoped_lock for C++17Jonathan Wakely3-0/+199
2017-02-13PR libstdc++/79486 use lvalues in result_of expressionsJonathan Wakely1-0/+27
2017-01-09Define testsuite macro for correct thread_local destructorsJonathan Wakely1-4/+5
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen89-89/+0
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely1-0/+29
2017-01-01Update copyright years.Jakub Jelinek274-274/+274
2016-12-07Replace dynamic exception specifications in testsuiteJonathan Wakely1-1/+1
2016-11-13DR 374 - specialization in outer namespaceJason Merrill4-24/+20
2016-10-21Split <functional> into smaller piecesJonathan Wakely1-0/+1
2016-10-17isblank.cc: Remove 'test' variables.Paolo Carlini144-272/+0
2016-10-13Avoid #include <functional> in other headersJonathan Wakely3-0/+3
2016-10-12Do not copy std:call_once arguments (LWG 2442)Jonathan Wakely1-0/+45
2016-08-26Use effective-target instead of -std optionsJonathan Wakely74-142/+77
2016-08-19Simplify dg-options for tests using pthreadsJonathan Wakely191-567/+378
2016-04-28libstdc++/70766 use std::addressof instead of operator&Jonathan Wakely1-0/+44
2016-04-18Define std::thread::id comparison operators at namespace-scopeJonathan Wakely1-0/+24
2016-04-07* testsuite/30_threads/thread/70503.cc: Adjust from xfail to pass.Jonathan Wakely1-6/+10
2016-04-05* testsuite/30_threads/thread/70503.cc: Require -static to work.Jonathan Wakely1-0/+1
2016-04-05Ensure std::thread helpers have internal linkageJonathan Wakely1-0/+33
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely1-0/+34
2016-01-04Update copyright years.Jakub Jelinek269-269/+269
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely1-0/+37
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-2/+62
2015-10-24Return deferred future if thread cannot be runJonathan Wakely1-0/+70
2015-09-07Rename shadowed variable in libstdc++ test.Jonathan Wakely1-4/+4
2015-09-07Enable timed mutex unlock tests on darwin.Jonathan Wakely2-2/+2
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely33-33/+0
2015-09-03libstdc++: Run tests on RTEMSSebastian Huber186-372/+372
2015-08-20libstdc++/67294 Don't run timed mutex tests on DarwinJonathan Wakely2-4/+4
2015-08-132.cc: New.Jonathan Wakely6-0/+258
2015-08-05constexpr.cc: Remove redundant -save-temps option.Nikolai Bozhenov2-2/+2
2015-06-05shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely6-0/+268
2015-05-29future (__async_result_of): New alias template.Jonathan Wakely1-0/+42
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