aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/shared_mutex.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny1-1/+1
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong1-1/+1
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-1/+1
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek1-0/+3
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-01[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...Louis Dionne1-1/+0
2015-06-30Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow1-7/+18
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs1-0/+5
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer1-7/+7
2013-09-21N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant1-0/+101