Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp122 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 Dpthread.map93 pthread_rwlock_timedrdlock;
/freebsd/include/
H A Dpthread.h257 int pthread_rwlock_timedrdlock(
/freebsd/lib/libc/include/
H A Dnamespace.h177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
H A Dun-namespace.h158 #undef pthread_rwlock_timedrdlock
/freebsd/lib/libthr/thread/
H A Dthr_rwlock.c48 __weak_reference(_pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/freebsd/share/man/man3/
H A DMakefile453 pthread_rwlock_timedrdlock.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1523 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 Ddone_abilist.txt371 fun:pthread_rwlock_timedrdlock=discard
H A Dlibc_ubuntu1404_abilist.txt2628 fun:pthread_rwlock_timedrdlock=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc172 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64