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.mutex.requirements/thread.sharedtimedmutex.req.../thread.sharedtimedmutex.class
David Majnemer f9f95be930 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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@204078 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
assign.fail.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
copy.fail.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
default.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
lock.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
lock_shared.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock_for.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock_shared.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock_shared_for.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock_shared_until.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago
try_lock_until.pass.cpp Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex 12 years ago