Searched refs:pthread_cond_clockwait (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_condwait.c | 94 ret = pthread_cond_clockwait(&cond, &m, rp->clck, &ts); in run()
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 347 pthread_cond_clockwait;
|
| /freebsd/include/ |
| H A D | pthread.h | 203 int pthread_cond_clockwait(pthread_cond_t * __restrict,
|
| /freebsd/contrib/llvm-project/libcxx/include/__condition_variable/ |
| H A D | condition_variable.h | 214 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__condition_variable/ |
| H A D | condition_variable.h | 226 int __ec = pthread_cond_clockwait(&__cv_, __lk.mutex()->native_handle(), CLOCK_MONOTONIC, &__ts); in __do_timed_wait()
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_cond.c | 70 __weak_reference(__pthread_cond_clockwait, pthread_cond_clockwait);
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 513 PTHREAD_MLINKS+=pthread_cond_timedwait.3 pthread_cond_clockwait.3
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1338 INTERCEPTOR(int, pthread_cond_clockwait, void *c, void *m, in INTERCEPTOR() argument 1341 SCOPED_TSAN_INTERCEPTOR(pthread_cond_clockwait, cond, m, clock, abstime); in INTERCEPTOR() 1344 [=]() { return REAL(pthread_cond_clockwait)(cond, m, clock, abstime); }, in INTERCEPTOR() 1347 #define TSAN_MAYBE_PTHREAD_COND_CLOCKWAIT TSAN_INTERCEPT(pthread_cond_clockwait)
|