Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_terminates.sh.cpp78 class ThrowingMutex class
82 ThrowingMutex(const ThrowingMutex&) = delete;
83 ThrowingMutex& operator=(const ThrowingMutex&) = delete;
85 ThrowingMutex() { in ThrowingMutex() function in ThrowingMutex
88 ~ThrowingMutex() = default;
102 ThrowingMutex mut;