Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/libcxx/include/
H A D__threading_support195 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)
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_guard_impl.h299 bool wait(LibcppMutex& mut) { return std::__libcpp_condvar_wait(&cond, &mut.mutex); } in wait()