Searched refs:pthread_rwlock_timedrdlock (Results 1 – 11 of 11) sorted by relevance
/freebsd/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() 309 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 93 pthread_rwlock_timedrdlock;
|
/freebsd/include/ |
H A D | pthread.h | 257 int pthread_rwlock_timedrdlock(
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
|
H A D | un-namespace.h | 158 #undef pthread_rwlock_timedrdlock
|
/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 48 __weak_reference(_pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
|
/freebsd/share/man/man3/ |
H A D | Makefile | 453 pthread_rwlock_timedrdlock.3 \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1523 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1524 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime); in TSAN_INTERCEPTOR() 1525 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR() 2981 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 371 fun:pthread_rwlock_timedrdlock=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2628 fun:pthread_rwlock_timedrdlock=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 172 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64
|