Home
last modified time | relevance | path

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 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()
308 INTERCEPT_FUNCTION(pthread_rwlock_timedrdlock); in InitializeInterceptors()
/freebsd-13.1/lib/libthr/
H A Dpthread.map94 pthread_rwlock_timedrdlock;
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h179 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
H A Dun-namespace.h160 #undef pthread_rwlock_timedrdlock
/freebsd-13.1/include/
H A Dpthread.h256 int pthread_rwlock_timedrdlock(
/freebsd-13.1/lib/libthr/thread/
H A Dthr_rwlock.c50 __weak_reference(_pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/freebsd-13.1/share/man/man3/
H A DMakefile426 pthread_rwlock_timedrdlock.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1405 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 Ddone_abilist.txt340 fun:pthread_rwlock_timedrdlock=discard
H A Dlibc_ubuntu1404_abilist.txt2622 fun:pthread_rwlock_timedrdlock=uninstrumented