Searched refs:pthread_mutex_timedlock (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/lib/libc/hidden/ |
H A D | pthread.h | 42 PROTO_STD_DEPRECATED(pthread_mutex_timedlock);
|
/openbsd-src/lib/libc/thread/ |
H A D | rthread_mutex.c | 214 pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs) in pthread_mutex_timedlock() function
|
H A D | rthread_sync.c | 182 pthread_mutex_timedlock(pthread_mutex_t *p, const struct timespec *abstime) in pthread_mutex_timedlock() function
|
/openbsd-src/regress/lib/libpthread/pthread_mutex/ |
H A D | pthread_mutex.c | 251 ASSERTe(pthread_mutex_timedlock(&mutex_normal, &ts), == ETIMEDOUT); in test_mutex_normal()
|
/openbsd-src/include/ |
H A D | pthread.h | 232 int pthread_mutex_timedlock(pthread_mutex_t *,
|
/openbsd-src/usr.sbin/unbound/testcode/ |
H A D | checklocks.c | 134 err = pthread_mutex_timedlock(&lock->lock, &to); in acquire_locklock() 557 { return pthread_mutex_timedlock((pthread_mutex_t*)arg, to); } in timed_mutex()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1390 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1391 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1392 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2943 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/openbsd-src/lib/libc/ |
H A D | Symbols.list | 1734 pthread_mutex_timedlock
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2600 fun:pthread_mutex_timedlock=uninstrumented
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 172 #define pthread_mutex_timedlock __pthread_mutex_timedlock_time64
|