Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/lib/libc/hidden/
H A Dpthread.h42 PROTO_STD_DEPRECATED(pthread_mutex_timedlock);
/openbsd-src/lib/libc/thread/
H A Drthread_mutex.c214 pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs) in pthread_mutex_timedlock() function
H A Drthread_sync.c182 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 Dpthread_mutex.c251 ASSERTe(pthread_mutex_timedlock(&mutex_normal, &ts), == ETIMEDOUT); in test_mutex_normal()
/openbsd-src/include/
H A Dpthread.h232 int pthread_mutex_timedlock(pthread_mutex_t *,
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c134 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 Dtsan_interceptors_posix.cpp1390 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 DSymbols.list1734 pthread_mutex_timedlock
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2600 fun:pthread_mutex_timedlock=uninstrumented
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc172 #define pthread_mutex_timedlock __pthread_mutex_timedlock_time64