You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique
Howard Hinnant ba898e4208 N3659: Shared locking in C++ Revision 2, c++1y only
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@191127 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
thread.lock.unique.cons Fix a bug in mutex_try_to_lock. This was previously trying to unlock a mutex that it didn't own, causing an assertion failure in mutex.cpp. The issue was that the unique_lock went out of scope, releasing the lock on m, then m.unlock() was called on an already-unlocked mutex. 13 years ago
thread.lock.unique.locking Give a lot more timing latitude to some of the timing tests. Busy buildbots are hitting the timing limits too often. 13 years ago
thread.lock.unique.mod N3659: Shared locking in C++ Revision 2, c++1y only 12 years ago
thread.lock.unique.obs update test for explicit bool operator. 14 years ago
types.pass.cpp license change 15 years ago