summaryrefslogtreecommitdiff
path: root/libcxx/test/std/thread/thread.mutex/thread.once
AgeCommit message (Expand)Author
2025-09-05[libc++][C++03] cherry-pick #128054 (#156672)Nikolas Klauser
2025-03-18[libc++] Guard call_once against operator hijacking. (#128054)Mark de Wever
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2021-11-19[libc++] Fix some tests that were broken in the single-threaded configurationLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2020-11-27[libc++] Introduce an indirection to create threads in the test suiteLouis Dionne
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne
2020-04-03[libc++] Remove useless nothing_to_do.pass.cpp testsLouis 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
2017-10-14Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer
2017-04-18Cleanup _LIBCPP_HAS_NO_<c++11-feature> macros in thread.Eric Fiselier
2016-11-01Protect lock tests under libcpp-no-exceptionsRoger Ferrer Ibanez
2016-09-14[libcxx] Add a TSan regression test for a data race in call_onceKuba Brecka
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2015-11-10Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake
2015-06-13LWG2442: call_once() shouldn't DECAY_COPY(). Patch from K-Ballo.Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier