Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h274 struct LibcppCondVar;
286 friend struct LibcppCondVar;
290 struct LibcppCondVar { struct
291 LibcppCondVar() = default;
292 LibcppCondVar(LibcppCondVar const&) = delete;
293 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument
303 struct LibcppCondVar {}; argument
636 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,
637 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp133 … GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, in main()
134 GlobalStatic<LibcppCondVar>::instance>>::value, in main()