Searched refs:pthread_mutex_timedlock (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/libstdthreads/ |
H A D | mtx.c | 84 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 72 pthread_mutex_timedlock;
|
/freebsd/include/ |
H A D | pthread.h | 244 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 156 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
|
H A D | un-namespace.h | 137 #undef pthread_mutex_timedlock
|
/freebsd/share/man/man3/ |
H A D | Makefile | 431 pthread_mutex_timedlock.3 \
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_mutex.c | 75 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1376 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1377 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1378 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2959 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_mutex.c | 91 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2605 fun:pthread_mutex_timedlock=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 171 #define pthread_mutex_timedlock __pthread_mutex_timedlock_time64
|