Searched defs:LibcppMutex (Results 1 – 2 of 2) sorted by relevance
240 struct LibcppMutex { struct243 LibcppMutex& operator=(LibcppMutex const&) = delete; argument258 bool wait(LibcppMutex& mut) { in wait() argument267 struct LibcppMutex {}; struct
281 struct LibcppMutex { struct284 LibcppMutex& operator=(LibcppMutex const&) = delete; argument299 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument306 struct LibcppMutex {}; struct