Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dcondition_variable.cpp46 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle()); in wait()
H A Dmutex.cpp233 __libcpp_condvar_wait(&cv, &mut); in __call_once()
/llvm-project-15.0.7/libcxx/include/
H A D__threading_support193 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
333 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m)
491 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m)
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp107 int __libcpp_condvar_wait(__libcpp_condvar_t *__cv, __libcpp_mutex_t *__m) in __libcpp_condvar_wait() function
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_guard_impl.h295 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait()