Searched refs:LibcppCondVar (Results 1 – 2 of 2) sorted by relevance
274 struct LibcppCondVar;286 friend struct LibcppCondVar;290 struct LibcppCondVar { struct291 LibcppCondVar() = default;292 LibcppCondVar(LibcppCondVar const&) = delete;293 LibcppCondVar& operator=(LibcppCondVar const&) = delete; argument303 struct LibcppCondVar {}; argument636 using type = GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance,637 GlobalStatic<LibcppCondVar>::instance, PlatformThreadID>;
133 … GlobalMutexGuard<LibcppMutex, LibcppCondVar, GlobalStatic<LibcppMutex>::instance, in main()134 GlobalStatic<LibcppCondVar>::instance>>::value, in main()