summaryrefslogtreecommitdiff
path: root/include/shared_mutex
AgeCommit message (Expand)Author
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-08Fix shared_mutex dll import errors on WindowsEric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-03-24Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewed as https://rev...Marshall Clow
2017-03-02[libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai
2016-04-13Qualify calls to addressof to avoid getting ADL. Fixes PR#27254.Marshall Clow
2016-03-14Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow
2015-06-30Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480Marshall Clow
2015-04-02[libcxx] Fix bug in shared_timed_mutex that could cause a program to hang.Eric Fiselier
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-08-25Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to buil...Marshall Clow
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