Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlibgprofng.ver31 pthread_cond_timedwait;
80 pthread_cond_timedwait;
93 pthread_cond_timedwait;
121 pthread_cond_timedwait;
H A Dsynctrace.c723 DCL_FUNC_VER (DCL_PTHREAD_COND_TIMEDWAIT, pthread_cond_timedwait_2_17, pthread_cond_timedwait@GLIBC…
724 DCL_FUNC_VER (DCL_PTHREAD_COND_TIMEDWAIT, pthread_cond_timedwait_2_3_2, pthread_cond_timedwait@GLIB…
725 DCL_FUNC_VER (DCL_PTHREAD_COND_TIMEDWAIT, pthread_cond_timedwait_2_2_5, pthread_cond_timedwait@GLIB…
726 DCL_FUNC_VER (DCL_PTHREAD_COND_TIMEDWAIT, pthread_cond_timedwait_2_0, pthread_cond_timedwait@GLIBC_…
727 DCL_PTHREAD_COND_TIMEDWAIT (pthread_cond_timedwait) in DCL_PTHREAD_COND_TIMEDWAIT() argument
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmapfile.amd64-Linux34 pthread_cond_timedwait;
45 pthread_cond_timedwait;
72 pthread_cond_timedwait;
H A Dsynctrace.c856 pthread_cond_timedwait@@GLIBC_2.3.2)
863 if (NULL_PTR (pthread_cond_timedwait)) in __collector_pthread_cond_timedwait_2_3_2()
871 pthread_cond_timedwait@GLIBC_2.0)
877 if (NULL_PTR (pthread_cond_timedwait)) in __collector_pthread_cond_timedwait_2_0()
885 pthread_cond_timedwait@GLIBC_2.2.5)
891 if (NULL_PTR (pthread_cond_timedwait)) in __collector_pthread_cond_timedwait_2_2_5()
899 pthread_cond_timedwait@GLIBC_2.2)
905 if (NULL_PTR (pthread_cond_timedwait)) in __collector_pthread_cond_timedwait_2_2()
920 if (NULL_PTR (pthread_cond_timedwait)) in __collector_pthread_cond_timedwait_symver()
H A Dmapfile.sparcv9-Linux40 pthread_cond_timedwait;
52 pthread_cond_timedwait;
H A Dmapfile.intel-Linux31 pthread_cond_timedwait;
74 pthread_cond_timedwait;
H A Dmapfile.sparc-Linux39 pthread_cond_timedwait;
H A Dmapfile.aarch64-Linux34 pthread_cond_timedwait;
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/
H A Dcondition.c58 presult = pthread_cond_timedwait(c, &m->mutex, &ts); in isc_condition_waituntil()
60 presult = pthread_cond_timedwait(c, m, &ts); in isc_condition_waituntil()
/netbsd-src/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()
/netbsd-src/lib/libpthread/
H A Dpthread_cond.c57 __strong_alias(__libc_cond_timedwait,pthread_cond_timedwait)
121 pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() function
224 return pthread_cond_timedwait(cond, mutex, NULL); in pthread_cond_wait()
H A Dcnd.c97 switch (pthread_cond_timedwait(cond, mtx, ts)) { in cnd_timedwait()
H A Dpthread.h132 int pthread_cond_timedwait(pthread_cond_t * __restrict,
373 #define pthread_cond_timedwait __libc_cond_timedwait macro
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc193 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()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dcondition.c56 presult = pthread_cond_timedwait(c, m, &ts); in isc_condition_waituntil()
65 UNEXPECTED_SYSERROR(presult, "pthread_cond_timedwait()"); in isc_condition_waituntil()
/netbsd-src/external/bsd/libevent/dist/
H A Devthread_pthread.c153 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_pthread.c152 r = pthread_cond_timedwait(cond, lock, &ts); in evthread_posix_cond_wait()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h129 __gthrw(pthread_cond_timedwait)
875 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout); in __gthread_cond_timedwait()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h129 __gthrw(pthread_cond_timedwait)
875 return __gthrw_(pthread_cond_timedwait) (__cond, __mutex, __abs_timeout); in __gthread_cond_timedwait()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dcommon.c151 ret = pthread_cond_timedwait(&s->cond, &s->mutex, &ts); in heim_ipc_semaphore_wait()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Devent.d272 result = pthread_cond_timedwait(&m_cond, &m_mutex, &t); in wait()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_work.c110 (void) pthread_cond_timedwait(&dph->dph_cv, &dph->dph_lock, &tv); in dtrace_sleep()
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dmythread.h286 int ret = pthread_cond_timedwait(&cond->cond, mutex, condtime); in mythread_cond_timedwait()
/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c142 if (pthread_cond_timedwait(&tpool->tp_workcv, in tpool_worker()

12