llvm-project/libcxx/test/thread/thread.mutex/thread.lock
David Majnemer 7ec93f9b1c Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex
This is as straightforward as it sounds, a renamed from shared_mutex to
shared_timed_mutex.

Note that libcxx .dylib and .so files built with c++14 support need to
be rebuilt.

llvm-svn: 204078
2014-03-17 20:19:44 +00:00
..
thread.lock.guard [tests] Increase a bunch of wait limits. 2013-02-08 17:41:19 +00:00
thread.lock.shared Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 2014-03-17 20:19:44 +00:00
thread.lock.unique N3659: Shared locking in C++ Revision 2, c++1y only 2013-09-21 01:49:28 +00:00
types.pass.cpp