Searched refs:__libcpp_condvar_wait (Results 1 – 5 of 5) sorted by relevance
46 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()
233 __libcpp_condvar_wait(&cv, &mut); in __call_once()
107 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m) in __libcpp_condvar_wait() function
195 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);335 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m)493 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m)
299 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait()