Searched defs:LibcppMutex (Results 1 – 1 of 1) sorted by relevance
277 struct LibcppMutex { struct280 LibcppMutex& operator=(LibcppMutex const&) = delete; argument295 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument302 struct LibcppMutex {}; struct