Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/ntp/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-13.1/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-13.1/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()
318 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
/freebsd-13.1/lib/libstdthreads/
H A Dcnd.c83 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
/freebsd-13.1/contrib/sendmail/libmilter/
H A Dmonitor.c122 r = pthread_cond_timedwait(&Mon_cv, &Mon_mutex,
H A Dlibmilter.h162 r = pthread_cond_timedwait(cp,mp,&timeout); \
/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_cond.c98 rv = pthread_cond_timedwait(&cond->cond, &mutex->mutex, &abstime); in apr_thread_cond_timedwait()
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd-13.1/contrib/libevent/
H A Devthread_pthread.c150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/freebsd-13.1/contrib/ofed/opensm/complib/
H A Dcl_event.c156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
H A Dcl_timer.c153 pthread_cond_timedwait(&gp_timer_prov->cond, in __cl_timer_prov_cb()
/freebsd-13.1/crypto/heimdal/lib/ipc/
H A Dcommon.c147 ret = pthread_cond_timedwait(&s->cond, &s->mutex, &ts); in heim_ipc_semaphore_wait()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dsynch.h177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
/freebsd-13.1/sbin/hastd/
H A Dsynch.h177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
/freebsd-13.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h160 #define pthread_cond_timedwait _pthread_cond_timedwait macro
/freebsd-13.1/lib/libthr/
H A Dpthread.map46 pthread_cond_timedwait;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h125 #define pthread_cond_timedwait _pthread_cond_timedwait macro
H A Dun-namespace.h106 #undef pthread_cond_timedwait
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c110 (void) pthread_cond_timedwait(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
/freebsd-13.1/include/
H A Dpthread.h205 int pthread_cond_timedwait(pthread_cond_t *,
/freebsd-13.1/contrib/xz/src/common/
H A Dmythread.h286 int ret = pthread_cond_timedwait(&cond->cond, mutex, condtime); in mythread_cond_timedwait()
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c342 error = pthread_cond_timedwait(cv, &mp->m_lock, &ts); in cv_timedwait()
382 error = pthread_cond_timedwait(cv, &mp->m_lock, &ts); in cv_timedwait_hires()
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map34 pthread_cond_timedwait;
H A D_pthread_stubs.c279 STUB_FUNC3(pthread_cond_timedwait, PJT_COND_TIMEDWAIT, int, void *, void *, void *) in STUB_FUNC2()

12