llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class
Eric Fiselier 92499e455e 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.

llvm-svn: 245468
2015-08-19 17:37:34 +00:00
..
thread.thread.algorithm Fix race conditions in test class used throughout the std::thread tests. 2015-04-02 21:12:17 +00:00
thread.thread.assign Remove sanitizer XFAILs on a test. 2015-07-28 23:27:03 +00:00
thread.thread.constr [libcxx] Add Atomic test helper and fix TSAN failures. 2015-08-18 23:29:59 +00:00
thread.thread.destr [libcxx] Add Atomic test helper and fix TSAN failures. 2015-08-18 23:29:59 +00:00
thread.thread.id
thread.thread.member Remove test_atomic.h header 2015-08-19 17:37:34 +00:00
thread.thread.static
types.pass.cpp