| /openbsd-src/regress/lib/libpthread/pthread_cond_timedwait/ |
| H A D | pthread_cond_timedwait.c | 98 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 D | Makefile | 3 PROG= pthread_cond_timedwait
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | PThreadEvent.cpp | 133 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 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() 319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /openbsd-src/lib/libc/hidden/ |
| H A D | pthread.h | 28 PROTO_STD_DEPRECATED(pthread_cond_timedwait);
|
| /openbsd-src/lib/libpthread/man/ |
| H A D | Makefile.inc | 27 pthread_cond_timedwait.3 \
|
| /openbsd-src/regress/lib/libpthread/ |
| H A D | Makefile | 19 pthread_atfork pthread_cond_timedwait pthread_create \
|
| /openbsd-src/regress/lib/libpthread/cancel/ |
| H A D | cancel.c | 24 CHECKr(pthread_cond_timedwait(&cond, &mutex, &expiretime)); in p()
|
| /openbsd-src/lib/libc/thread/ |
| H A D | rthread_cond.c | 133 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait() function
|
| H A D | rthread_sync.c | 285 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait() function
|
| /openbsd-src/include/ |
| H A D | pthread.h | 210 int pthread_cond_timedwait(pthread_cond_t *,
|
| /openbsd-src/regress/lib/libc/locale/uselocale/ |
| H A D | uselocale.c | 206 if ((irc = pthread_cond_timedwait(&cond, &mtx, &t)) != 0) in switch_thread()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1275 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_support | 343 return pthread_cond_timedwait(__cv, __m, __ts);
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 1720 pthread_cond_timedwait
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/ |
| H A D | shared.xs | 705 /* 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 D | libc_ubuntu1404_abilist.txt | 2568 fun:pthread_cond_timedwait=uninstrumented
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 171 #define pthread_cond_timedwait __pthread_cond_timedwait_time64
|