summaryrefslogtreecommitdiffstats
path: root/libcxx/src/shared_mutex.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud