/freebsd/contrib/ntp/libntp/lib/isc/pthreads/ |
H A D | condition.c | 57 presult = pthread_cond_timedwait(c, &m->mutex, &ts); in isc_condition_waituntil() 59 presult = pthread_cond_timedwait(c, m, &ts); in isc_condition_waituntil()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_cond.c | 326 rv = pthread_cond_timedwait(&static_cond, &static_mutex, &ts); in pthread_cond_timedwait_func() 459 ATF_REQUIRE_EQ_MSG(pthread_cond_timedwait(&static_cond, &static_mutex, in ATF_TC_BODY() 468 ATF_REQUIRE_EQ_MSG(pthread_cond_timedwait(&static_cond, &static_mutex, in ATF_TC_BODY() 481 ATF_REQUIRE_EQ_MSG(pthread_cond_timedwait(&static_cond, &static_mutex, in ATF_TC_BODY() 489 ATF_REQUIRE_EQ_MSG(pthread_cond_timedwait(&static_cond, &static_mutex, in ATF_TC_BODY()
|
H A D | t_condwait.c | 77 switch (ret = pthread_cond_timedwait(&cond, &m, &ts)) { in run()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 193 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument 199 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR() 319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 224 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *cond, in INTERCEPTOR() argument 227 return REAL(pthread_cond_timedwait)(cond, mutex, ts); in INTERCEPTOR() 425 INTERCEPT_FUNCTION(pthread_cond_timedwait); in InitializeInterceptors()
|
/freebsd/lib/libstdthreads/ |
H A D | cnd.c | 79 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
|
/freebsd/tools/test/stress2/misc/ |
H A D | pthread5.sh | 76 pthread_cond_timedwait(&cond, &mutex, &ts);
|
H A D | syzkaller68.sh | 154 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller1.sh | 137 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller39.sh | 142 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller11.sh | 147 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller14.sh | 158 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller32.sh | 168 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
H A D | syzkaller41.sh | 156 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | monitor.c | 122 r = pthread_cond_timedwait(&Mon_cv, &Mon_mutex,
|
/freebsd/crypto/openssl/util/platform_symbols/ |
H A D | unix-symbols.txt | 93 pthread_cond_timedwait
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_pthread.c | 150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
|
/freebsd/contrib/libevent/ |
H A D | evthread_pthread.c | 150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
|
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_event.c | 156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | common.c | 147 ret = pthread_cond_timedwait(&s->cond, &s->mutex, &ts); in heim_ipc_semaphore_wait()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | synch.h | 177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | pthread.h | 127 return pthread_cond_timedwait(__cv, __m, __ts); in __libcpp_condvar_timedwait()
|
/freebsd/crypto/openssl/crypto/thread/arch/ |
H A D | thread_posix.c | 199 pthread_cond_timedwait(cv_p, mutex_p, &deadline_ts); in ossl_crypto_condvar_wait_timeout()
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
H A D | jemalloc_FreeBSD.h | 164 #define pthread_cond_timedwait _pthread_cond_timedwait 158 #define pthread_cond_timedwait _pthread_cond_timedwait global() macro
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 45 pthread_cond_timedwait;
|