| /freebsd-13.1/contrib/ntp/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-13.1/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-13.1/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() 318 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /freebsd-13.1/lib/libstdthreads/ |
| H A D | cnd.c | 83 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
|
| /freebsd-13.1/contrib/sendmail/libmilter/ |
| H A D | monitor.c | 122 r = pthread_cond_timedwait(&Mon_cv, &Mon_mutex,
|
| H A D | libmilter.h | 162 r = pthread_cond_timedwait(cp,mp,&timeout); \
|
| /freebsd-13.1/contrib/apr/locks/unix/ |
| H A D | thread_cond.c | 98 rv = pthread_cond_timedwait(&cond->cond, &mutex->mutex, &abstime); in apr_thread_cond_timedwait()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evthread_pthread.c | 150 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
|
| /freebsd-13.1/contrib/ofed/opensm/complib/ |
| H A D | cl_event.c | 156 wait_ret = pthread_cond_timedwait(&p_event->condvar, in cl_event_wait_on()
|
| H A D | cl_timer.c | 153 pthread_cond_timedwait(&gp_timer_prov->cond, in __cl_timer_prov_cb()
|
| /freebsd-13.1/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-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | synch.h | 177 error = pthread_cond_timedwait(cv, lock, &ts); in cv_timedwait()
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 160 #define pthread_cond_timedwait _pthread_cond_timedwait macro
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 46 pthread_cond_timedwait;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 125 #define pthread_cond_timedwait _pthread_cond_timedwait macro
|
| H A D | un-namespace.h | 106 #undef pthread_cond_timedwait
|
| /freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_work.c | 110 (void) pthread_cond_timedwait(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 205 int pthread_cond_timedwait(pthread_cond_t *,
|
| /freebsd-13.1/contrib/xz/src/common/ |
| H A D | mythread.h | 286 int ret = pthread_cond_timedwait(&cond->cond, mutex, condtime); in mythread_cond_timedwait()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 342 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 D | Symbol.map | 34 pthread_cond_timedwait;
|
| H A D | _pthread_stubs.c | 279 STUB_FUNC3(pthread_cond_timedwait, PJT_COND_TIMEDWAIT, int, void *, void *, void *) in STUB_FUNC2()
|