Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libstdthreads/
H A Dmtx.c87 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
/freebsd-12.1/lib/libthr/
H A Dpthread.map73 pthread_mutex_timedlock;
/freebsd-12.1/include/
H A Dpthread.h243 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h157 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
H A Dun-namespace.h138 #undef pthread_mutex_timedlock
/freebsd-12.1/share/man/man3/
H A DMakefile281 pthread_mutex_timedlock.3 \
/freebsd-12.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c72 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1259 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument
1260 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR()
1261 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR()
2695 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
/freebsd-12.1/lib/libthr/thread/
H A Dthr_mutex.c94 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented