Home
last modified time | relevance | path

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

123

/freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libstdthreads/
H A Dcnd.c79 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
/freebsd-14.2/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 Dsyzkaller32.sh168 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller41.sh156 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller58.sh153 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller14.sh158 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
H A Dsyzkaller31.sh157 pthread_cond_timedwait(&ev->cv, &ev->mu, &ts);
/freebsd-14.2/contrib/sendmail/libmilter/
H A Dmonitor.c122 r = pthread_cond_timedwait(&Mon_cv, &Mon_mutex,
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd-14.2/contrib/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd-14.2/contrib/ofed/opensm/complib/
H A Dcl_event.c156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
/freebsd-14.2/crypto/heimdal/lib/ipc/
H A Dcommon.c147 ret = pthread_cond_timedwait(&s->cond, &s->mutex, &ts); in heim_ipc_semaphore_wait()
/freebsd-14.2/sbin/hastd/
H A Dsynch.h174 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dsynch.h177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
/freebsd-14.2/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h164 #define pthread_cond_timedwait _pthread_cond_timedwait macro
/freebsd-14.2/lib/libthr/
H A Dpthread.map45 pthread_cond_timedwait;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h104 #undef pthread_cond_timedwait

123