Lines Matching defs:LibcppCondVar
281 struct LibcppCondVar;
293 friend struct LibcppCondVar;
297 struct LibcppCondVar {
298 LibcppCondVar() = default;
299 LibcppCondVar(LibcppCondVar const&) = delete;
300 LibcppCondVar& operator=(LibcppCondVar const&) = delete;
310 struct LibcppCondVar {};
654 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,
655 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;