Home
last modified time | relevance | path

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

/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait_terminates.sh.cpp77 class ThrowingMutex class
81 ThrowingMutex(const ThrowingMutex&) = delete;
82 ThrowingMutex& operator=(const ThrowingMutex&) = delete;
84 ThrowingMutex() { in ThrowingMutex() function in ThrowingMutex
87 ~ThrowingMutex() = default;
101 ThrowingMutex mut;