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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/thread/thread.threads/thread.thread.class
Marshall Clow af552ba05a Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@298573 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
..
thread.thread.algorithm Fix race conditions in test class used throughout the std::thread tests. 11 years ago
thread.thread.assign Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 9 years ago
thread.thread.constr Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCES 9 years ago
thread.thread.destr [libcxx] Add Atomic test helper and fix TSAN failures. 10 years ago
thread.thread.id Implement P0599: 'noexcept for hash functions'. Fix a couple of hash functions (optional<T> and unique_ptr<T>) which were mistakenly marked as 'noexcept'. Reviewed as https://reviews.llvm.org/D31234 9 years ago
thread.thread.member Fix unused parameters and variables 9 years ago
thread.thread.static Move test into test/std subdirectory. 11 years ago