llvm-project/libcxx/test/std/thread
Eric Fiselier b3ec43d78a Fix PR23293 - Do not unlock shared state before notifying consumers.
Within the shared state methods do not unlock the lock guards manually. This
could cause a race condition where the shared state is destroyed before the
method is complete.

llvm-svn: 239577
2015-06-12 00:41:34 +00:00
..
futures Fix PR23293 - Do not unlock shared state before notifying consumers. 2015-06-12 00:41:34 +00:00
thread.condition
thread.general
thread.mutex Change #ifdefs in test to UNSUPPORTED. No functionality change in the tests 2015-06-11 21:47:39 +00:00
thread.req
thread.threads Get thread sleep_for test passing in C++03 2015-05-27 01:09:51 +00:00
macro.pass.cpp