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

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dvariadic_mutex.pass.cpp40 struct TestMutexThrows { struct
44 TestMutexThrows() = default;
45 ~TestMutexThrows() { assert(!locked); }
63 TestMutexThrows(TestMutexThrows const&) = delete;
64 TestMutexThrows& operator=(TestMutexThrows const&) = delete;
94 using MT = TestMutexThrows;
105 using MT = TestMutexThrows;

Completed in 159 milliseconds