Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h262 struct LibcppCondVar;
274 friend struct LibcppCondVar;
278 struct LibcppCondVar { struct
279 LibcppCondVar() = default;
280 LibcppCondVar(LibcppCondVar const&) = delete;
281 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument
293 struct LibcppCondVar {}; argument
556 LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,
557 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
/external/llvm-project/libcxxabi/test/
Dguard_test_basic.pass.cpp128 InitByteGlobalMutex<LibcppMutex, LibcppCondVar, in main()
130 GlobalStatic<LibcppCondVar>::instance>>::value, in main()