Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h278 struct LibcppCondVar;
290 friend struct LibcppCondVar;
294 struct LibcppCondVar { struct
295 LibcppCondVar() = default;
296 LibcppCondVar(LibcppCondVar const&) = delete;
297 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument
307 struct LibcppCondVar {}; struct
653 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,
654 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;