Home
last modified time | relevance | path

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

/freebsd/lib/libstdthreads/
H A Dmtx.c84 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
/freebsd/lib/libthr/
H A Dpthread.map72 pthread_mutex_timedlock;
/freebsd/include/
H A Dpthread.h244 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
/freebsd/lib/libc/include/
H A Dnamespace.h156 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
H A Dun-namespace.h137 #undef pthread_mutex_timedlock
/freebsd/share/man/man3/
H A DMakefile431 pthread_mutex_timedlock.3 \
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c75 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1376 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 Dthr_mutex.c91 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2605 fun:pthread_mutex_timedlock=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc171 #define pthread_mutex_timedlock __pthread_mutex_timedlock_time64