summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/30_threads
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Avoid -Wmaybe-uninitialized warning in std::stop_source [PR109339]Jonathan Wakely2023-03-311-0/+10
* libstdc++: testsuite: async.cc early timeoutAlexandre Oliva2023-03-031-5/+12
* Update copyright years.Jakub Jelinek2023-01-16353-353/+353
* libstdc++: Remove unconditional -pthread from test optionsJonathan Wakely2023-01-151-1/+1
* libstdc++: Add nodiscard attribute to mutex try_lock functionsJonathan Wakely2022-12-0610-15/+15
* libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović2022-10-036-0/+6
* libstdc++: Make INVOKE<R> refuse to create dangling references [PR70692]Jonathan Wakely2022-09-291-0/+11
* libstdc++: Adjust deduction guides for static operator() [PR106651]Jonathan Wakely2022-09-271-0/+23
* libstdc++: Add assertion to std::promise::set_exception (LWG 2276)Jonathan Wakely2022-09-141-0/+18
* libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695]Jonathan Wakely2022-08-222-0/+50
* libstdc++: testsuite: tolerate non-cancelling sleepAlexandre Oliva2022-06-231-1/+5
* libstdc++: testsuite: call sched_yield for nonpreemptive targetsAlexandre Oliva2022-06-211-0/+1
* libstdc++: Add deduction guides for std::packaged_task [PR105375]Jonathan Wakely2022-04-251-0/+85
* Update copyright years.Jakub Jelinek2022-01-03352-352/+352
* libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely2021-12-091-0/+66
* libstdc++: Make std::jthread support pointers to member functions [PR 100612]Jonathan Wakely2021-10-011-0/+24
* libstdc++: Remove unary_function base classes from std::thread testsJonathan Wakely2021-10-013-7/+6
* c++: limit instantiation with ill-formed class [PR96286]Jason Merrill2021-08-301-4/+0
* libstdc++: Avoid "__lockable" name defined as macro by newlibJonathan Wakely2021-06-231-1/+4
* libstdc++: Simplify std::try_lock and std::lock furtherJonathan Wakely2021-06-224-1/+174
* libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]Thomas Rodgers2021-06-221-0/+57
* libstdc++: Fix std::jthread assertion and re-enable skipped testJonathan Wakely2021-05-173-3/+2
* libstdc++: Remove redundant -std=gnu++17 option from concurrency testsJonathan Wakely2021-05-1014-14/+0
* libstdc++: Fix null dereferences in std::promiseJonathan Wakely2021-05-041-1/+0
* libstdc++: Fix semaphore to work with system_clock timeoutsJonathan Wakely2021-04-222-4/+0
* libstdc++: Add options for libatomic to testJonathan Wakely2021-04-221-0/+1
* [libstdc++] Fix test timeout in stop_calback/destroy.ccThomas Rodgers2021-04-211-2/+0
* libstdc++: Disable tests that fail after atomic wait/notify rewriteJonathan Wakely2021-04-203-0/+6
* improve future::poll calibration loopAlexandre Oliva2021-03-311-1/+7
* libstdc++: Revert to old std::call_once implementation [PR 99341]Jonathan Wakely2021-03-161-53/+0
* Add options to link with libatomic in various tests.John David Anglin2021-03-108-0/+8
* libstdc++: XFAIL tests that depends on RTTIJonathan Wakely2021-02-121-0/+1
* calibrate intervals to avoid zero in futures poll testAlexandre Oliva2021-01-141-1/+32
* libstdc++: Update copyright dates on new filesJonathan Wakely2021-01-146-6/+6
* libstdc++: Add support for C++20 barriersThomas Rodgers2021-01-076-0/+251
* Update copyright years.Jakub Jelinek2021-01-04347-347/+347
* libstdc++: Add "futex" and "gthreads" effective-target keywordsJonathan Wakely2020-11-261-1/+3
* libstdc++: Fix handling of futex wake [PR 97936]Jonathan Wakely2020-11-252-2/+0
* libstdc++: Disable failing tests [PR 97936]Jonathan Wakely2020-11-243-5/+8
* libstdc++: Run all tests in fileJonathan Wakely2020-11-241-1/+2
* libstdc++: Add C++2a synchronization supportThomas Rodgers2020-11-2010-0/+594
* libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989]Jonathan Wakely2020-11-192-0/+105
* libstdc++: Add missing header to some testsJonathan Wakely2020-11-192-0/+2
* libstdc++: Remove redundant overflow check for futex timeout [PR 93456]Jonathan Wakely2020-11-131-0/+0
* libstdc++: Avoid more 32-bit time_t overflows in futex callsJonathan Wakely2020-11-131-0/+48
* libstdc++: Add -pthread options to std::future polling testJonathan Wakely2020-11-131-19/+21
* libstdc++: Optimise std::future::wait_for and fix futex pollingJonathan Wakely2020-11-121-0/+103
* libstdc++: Assigning to a joinable std::jthread calls std::terminatePaul Scharnofske2020-11-111-0/+20
* libstdc++: Rewrite std::call_once to use futexes [PR 66146]Jonathan Wakely2020-11-038-54/+46
* libstdc++: Fix custom clock in testJonathan Wakely2020-10-221-4/+5