summaryrefslogtreecommitdiff
path: root/libcxx/src/shared_mutex.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-01-13[libcxx] Don't hold the lock when calling notify_* on gates in std::shared_mu...Brotcrunsher
2023-11-05[libc++] Handle threads-related .cpp files like we do all other source files ...Louis Dionne
2023-07-04[libc++][NFC] clang-format <shared_mutex>Louis Dionne
2023-03-22[libc++] Granularize __mutex_baseNikolas Klauser
2022-09-02[libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser
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
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-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr 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
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne
2015-06-30Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer
2013-09-21N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant