summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
AgeCommit message (Expand)Author
2023-01-11[libc++] Hold mutex lock while notify_all is called at notify_all_at_thread_exitArthur O'Dwyer
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2015-08-28Finally get the test suite passing in C++03!!Eric Fiselier
2015-08-18[libcxx] Add Atomic test helper and fix TSAN failures.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier