Home
last modified time | relevance | path

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

/src/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()
/src/lib/libthr/
H A Dpthread.map93 pthread_rwlock_timedrdlock;
/src/lib/libc/include/
H A Dun-namespace.h158 #undef pthread_rwlock_timedrdlock
H A Dnamespace.h177 #define pthread_rwlock_timedrdlock _pthread_rwlock_timedrdlock macro
/src/include/
H A Dpthread.h257 int pthread_rwlock_timedrdlock(
/src/lib/libthr/thread/
H A Dthr_rwlock.c48 __weak_reference(_pthread_rwlock_timedrdlock, pthread_rwlock_timedrdlock);
/src/share/man/man3/
H A DMakefile459 pthread_rwlock_timedrdlock.3 \
/src/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()
/src/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
/src/contrib/unbound/testcode/
H A Dchecklocks.c525 { return pthread_rwlock_timedrdlock((pthread_rwlock_t*)arg, to); } in timed_rd()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc172 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64