Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h277 struct LibcppMutex;
281 struct LibcppMutex { struct
282 LibcppMutex() = default;
283 LibcppMutex(LibcppMutex const&) = delete;
284 LibcppMutex& operator=(LibcppMutex const&) = delete; argument
299 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument
306 struct LibcppMutex {}; struct
653 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,