Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dcondition.c57 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 Dt_cond.c326 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 Dt_condwait.c77 switch (ret = pthread_cond_timedwait(&cond, &m, &ts)) { in run()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp193 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 Drtsan_interceptors.cpp224 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 Dcnd.c79 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
/freebsd/tools/test/stress2/misc/
H A Dpthread5.sh76 pthread_cond_timedwait(&cond, &mutex, &ts);
H A Dsyzkaller68.sh154 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller1.sh137 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller39.sh142 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller11.sh147 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller14.sh158 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller32.sh168 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller41.sh156 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
/freebsd/contrib/sendmail/libmilter/
H A Dmonitor.c122 r = pthread_cond_timedwait(&Mon_cv, &Mon_mutex,
/freebsd/crypto/openssl/util/platform_symbols/
H A Dunix-symbols.txt93 pthread_cond_timedwait
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd/contrib/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event.c156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
/freebsd/crypto/heimdal/lib/ipc/
H A Dcommon.c147 ret = pthread_cond_timedwait(&s->cond, &s->mutex, &ts); in heim_ipc_semaphore_wait()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dsynch.h177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h127 return pthread_cond_timedwait(__cv, __m, __ts); in __libcpp_condvar_timedwait()
/freebsd/crypto/openssl/crypto/thread/arch/
H A Dthread_posix.c199 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 Djemalloc_FreeBSD.h164 #define pthread_cond_timedwait _pthread_cond_timedwait
158 #define pthread_cond_timedwait _pthread_cond_timedwait global() macro
/freebsd/lib/libthr/
H A Dpthread.map45 pthread_cond_timedwait;

123