summaryrefslogtreecommitdiff
path: root/libcxx/src/shared_mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Granularize __mutex_baseNikolas Klauser2023-03-221-0/+1
* [libc++] Make the naming of private member variables consistent and enforce i...Nikolas Klauser2022-09-021-7/+7
* [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer2022-02-151-3/+4
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne2018-08-011-1/+0
* Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow2015-06-301-7/+18
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+5
* Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-171-7/+7
* N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant2013-09-211-0/+101