summaryrefslogtreecommitdiff
path: root/libcxx/src/condition_variable.cpp
AgeCommit message (Expand)Author
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2025-05-12[libc++] Fix missing #includes (#130536)Matt
2025-02-21[libc++] Qualify calls to nullary functions like __throw_foo (#122465)Louis Dionne
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne
2023-08-18[libc++] Change _LIBCPP_CONSTEXPR_SINCE_XXX to constexpr in the dylibLouis Dionne
2023-04-09[libc++] Granularize system_error.Mark de Wever
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-03-03[libc++/abi] Replace uses of _NOEXCEPT in src/ by noexceptLouis Dionne
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-07-07Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier
2019-06-21[libc++] Avoid using timespec when it might not be availableMikhail Maltsev
2019-05-30[runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant filesPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-02-04Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-24Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier
2017-01-24[libcxx] Never use <cassert> within libc++Eric Fiselier
2016-09-03Fix PR30202 - notify_all_at_thread_exit seg faults if run from a raw pthread ...Eric Fiselier
2016-05-06Refactor pthread usage of libcxx.Asiri Rathnayake
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-03-26Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow
2012-08-30Change sleep_for, sleep_until, and the condition_variable timed waitHoward Hinnant
2012-07-21noexcept applied to <condition_variable>.Howard Hinnant
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-10-14Convert __thread_local_data to the singleton patternHoward Hinnant
2010-09-03[futures.atomic_future] and notify_all_at_thread_exit. This completes the he...Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant