Home
last modified time | relevance | path

Searched refs:__libcpp_condvar_timedwait (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp54 int ec = __libcpp_condvar_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h74 __libcpp_condvar_timedwait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m, __libcpp_timespec_t* __…
H A Dc11.h101 __libcpp_condvar_timedwait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m, timespec* __ts) { in __libcpp_condvar_timedwait() function
H A Dpthread.h126 __libcpp_condvar_timedwait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m, __libcpp_timespec_t* __… in __libcpp_condvar_timedwait() function