Searched refs:__cv_ (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dcondition_variable_destructor.cpp29 __libcpp_condvar_t __cv_ = _LIBCPP_CONDVAR_INITIALIZER; member in class:condition_variable
42 __libcpp_condvar_destroy(&__cv_);
H A Dcondition_variable.cpp29 __libcpp_condvar_signal(&__cv_); variable
35 __libcpp_condvar_broadcast(&__cv_); variable
44 int ec = __libcpp_condvar_wait(&__cv_, lk.mutex()->native_handle());
74 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts);
H A Dfuture.cpp97 __cv_.notify_all();
118 __cv_.notify_all();
136 __cv_.notify_all();
168 __cv_.wait(__lk);
H A Dmutex.cpp107 __cv_.wait(lk);
128 __cv_.notify_one();
157 __cv_.wait(lk);
186 __cv_.notify_one();

Completed in 62 milliseconds