summaryrefslogtreecommitdiff
path: root/libcxx/test/thread/thread.mutex/thread.lock
AgeCommit message (Expand)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
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
2013-02-19Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex...David Chisnall
2013-02-08[tests] Another batch of timeout increases.Daniel Dunbar
2013-02-08[tests] Increase a bunch of wait limits.Daniel Dunbar
2013-02-06Give a lot more timing latitude to some of the timing tests. Busy buildbots a...Howard Hinnant
2012-02-25update test for explicit bool operator.Howard Hinnant
2010-11-20N3191: C++ Timeout SpecificationHoward Hinnant
2010-11-16license changeHoward Hinnant
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant