Searched refs:pthread_mutex_timedlock (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/lib/libstdthreads/ |
| H A D | mtx.c | 87 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 73 pthread_mutex_timedlock;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 243 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 157 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
|
| H A D | un-namespace.h | 138 #undef pthread_mutex_timedlock
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 281 pthread_mutex_timedlock.3 \
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_mutex.c | 72 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors.cc | 1259 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 D | thr_mutex.c | 94 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2599 fun:pthread_mutex_timedlock=uninstrumented
|