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/std/thread/thread.condition/thread.condition.condvar
Eric Fiselier 85b6661a44 Remove test_atomic.h header
Because <atomic> can now be used in C++03 there is no need for the test_atomic.h header.
This commit removes the header and converts all usages to use <atomic> instead.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@245468 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
assign.fail.cpp Move test into test/std subdirectory. 11 years ago
copy.fail.cpp Move test into test/std subdirectory. 11 years ago
default.pass.cpp Move test into test/std subdirectory. 11 years ago
destructor.pass.cpp Move test into test/std subdirectory. 11 years ago
native_handle.pass.cpp Move test into test/std subdirectory. 11 years ago
notify_all.pass.cpp Move test into test/std subdirectory. 11 years ago
notify_one.pass.cpp Remove test_atomic.h header 10 years ago
wait.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_for.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_for_pred.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_pred.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_until.pass.cpp Move test into test/std subdirectory. 11 years ago
wait_until_pred.pass.cpp Move test into test/std subdirectory. 11 years ago