Searched refs:__libcpp_condvar_wait (Results 1 – 5 of 5) sorted by relevance
201 if (std::__libcpp_condvar_wait(&guard_cv, &guard_mut)) in __cxa_guard_acquire()213 if (std::__libcpp_condvar_wait(&guard_cv, &guard_mut)) in __cxa_guard_acquire()
44 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()
226 __libcpp_condvar_wait(&cv, &mut); in __call_once()
148 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);285 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m)
107 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m) in __libcpp_condvar_wait() function