Searched defs:LibcppMutex (Results 1 – 1 of 1) sorted by relevance
284 struct LibcppMutex { struct 287 LibcppMutex& operator=(LibcppMutex const&) = delete; argument 302 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait() argument 309 struct LibcppMutex {}; struct [all...]