Home
last modified time | relevance | path

Searched refs:__libcpp_condvar_wait (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/src/
H A Dcall_once.cpp46 __libcpp_condvar_wait(&cv, &mut); in __call_once()
H A Dcondition_variable.cpp30 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()
/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h71 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
H A Dpthread.h121 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
H A Dc11.h96 __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp94 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m) { in __libcpp_condvar_wait() function
/llvm-project/libcxxabi/src/
H A Dcxa_guard_impl.h302 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait()