Searched refs:__libcpp_condvar_wait (Results 1 – 7 of 7) sorted by relevance
46 __libcpp_condvar_wait(&cv, &mut); in __call_once()
30 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()
71 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
121 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
96 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
94 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
302 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait()