Home
last modified time | relevance | path

Searched defs:LibcppMutex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h277 struct LibcppMutex { struct
280 LibcppMutex& operator=(LibcppMutex const&) = delete; argument
295 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument
302 struct LibcppMutex {}; struct