Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c98 switch((ret = pthread_cond_timedwait(&cond, &mutex, &abstime))) { in main()
119 CHECKr(pthread_cond_timedwait(&cond, &mutex, &abstime)); in main()
126 CHECKr(pthread_cond_timedwait(&cond, &mutex, &abstime)); in main()
H A DMakefile3 PROG= pthread_cond_timedwait
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp133 err = ::pthread_cond_timedwait(m_set_condition.Condition(), in WaitForSetEvents()
174 err = ::pthread_cond_timedwait(m_reset_condition.Condition(), in WaitForEventsToReset()
/openbsd-src/gnu/llvm/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()
/openbsd-src/lib/libc/hidden/
H A Dpthread.h28 PROTO_STD_DEPRECATED(pthread_cond_timedwait);
/openbsd-src/lib/libpthread/man/
H A DMakefile.inc27 pthread_cond_timedwait.3 \
/openbsd-src/regress/lib/libpthread/
H A DMakefile19 pthread_atfork pthread_cond_timedwait pthread_create \
/openbsd-src/regress/lib/libpthread/cancel/
H A Dcancel.c24 CHECKr(pthread_cond_timedwait(&cond, &mutex, &expiretime)); in p()
/openbsd-src/lib/libc/thread/
H A Drthread_cond.c133 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait() function
H A Drthread_sync.c285 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait() function
/openbsd-src/include/
H A Dpthread.h210 int pthread_cond_timedwait(pthread_cond_t *,
/openbsd-src/regress/lib/libc/locale/uselocale/
H A Duselocale.c206 if ((irc = pthread_cond_timedwait(&cond, &mtx, &t)) != 0) in switch_thread()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1275 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument
1277 SCOPED_TSAN_INTERCEPTOR(pthread_cond_timedwait, cond, m, abstime); in INTERCEPTOR()
1280 [=]() { return REAL(pthread_cond_timedwait)(cond, m, abstime); }, cond, in INTERCEPTOR()
2934 TSAN_INTERCEPT_VER(pthread_cond_timedwait, PTHREAD_ABI_BASE); in InitializeInterceptors()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__threading_support343 return pthread_cond_timedwait(__cv, __m, __ts);
/openbsd-src/lib/libc/
H A DSymbols.list1720 pthread_cond_timedwait
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/
H A Dshared.xs705 /* warning: calling function 'pthread_cond_timedwait' requires holding mutex 'mut' exclusively [-Wthread-safety-analysis] */ in Perl_sharedsv_cond_timedwait()
706 switch (pthread_cond_timedwait(cond, mut, &ts)) { in Perl_sharedsv_cond_timedwait()
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2568 fun:pthread_cond_timedwait=uninstrumented
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc171 #define pthread_cond_timedwait __pthread_cond_timedwait_time64