Home
last modified time | relevance | path

Searched refs:TestMutexThrows (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.pass.cpp37 struct TestMutexThrows { struct
41 TestMutexThrows() = default; argument
42 ~TestMutexThrows() { assert(!locked); } in ~TestMutexThrows() argument
60 TestMutexThrows(TestMutexThrows const&) = delete; argument
61 TestMutexThrows& operator=(TestMutexThrows const&) = delete;
100 using MT = TestMutexThrows; in main()
111 using MT = TestMutexThrows; in main()
122 using MT = TestMutexThrows; in main()
/external/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.pass.cpp36 struct TestMutexThrows { struct
40 TestMutexThrows() = default; argument
41 ~TestMutexThrows() { assert(!locked); } in ~TestMutexThrows() argument
59 TestMutexThrows(TestMutexThrows const&) = delete; argument
60 TestMutexThrows& operator=(TestMutexThrows const&) = delete;
99 using MT = TestMutexThrows; in main()
110 using MT = TestMutexThrows; in main()
121 using MT = TestMutexThrows; in main()