Searched refs:pthread_rwlock_timedrdlock (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 122 INTERCEPTOR(int, pthread_rwlock_timedrdlock, pthread_rwlock_t *m, in INTERCEPTOR() argument 125 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR() 308 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 94 pthread_rwlock_timedrdlock;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 179 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
|
| H A D | un-namespace.h | 160 #undef pthread_rwlock_timedrdlock
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 256 int pthread_rwlock_timedrdlock(
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_rwlock.c | 50 __weak_reference(_pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 426 pthread_rwlock_timedrdlock.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1405 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1406 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime); in TSAN_INTERCEPTOR() 1407 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR() 2809 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 340 fun:pthread_rwlock_timedrdlock=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2622 fun:pthread_rwlock_timedrdlock=uninstrumented
|