Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/dd/
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()
/openbsd/src/lib/librthread/
DSymbols.map59 pthread_rwlock_timedrdlock;
Dpthread.h78 PROTO_STD_DEPRECATED(pthread_rwlock_timedrdlock);
Drthread_rwlock.c168 pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlockp, in pthread_rwlock_timedrdlock() function
Drthread_rwlock_compat.c143 pthread_rwlock_timedrdlock(pthread_rwlock_t *lockp, in pthread_rwlock_timedrdlock() function
/openbsd/src/include/
Dpthread.h241 int pthread_rwlock_timedrdlock(pthread_rwlock_t *,
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1521 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument
1522 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_timedrdlock, m, abstime); in TSAN_INTERCEPTOR()
1523 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in TSAN_INTERCEPTOR()
2962 TSAN_INTERCEPT(pthread_rwlock_timedrdlock); in InitializeInterceptors()
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddone_abilist.txt357 fun:pthread_rwlock_timedrdlock=discard
Dlibc_ubuntu1404_abilist.txt2623 fun:pthread_rwlock_timedrdlock=uninstrumented
/openbsd/src/usr.sbin/unbound/testcode/
Dchecklocks.c512 { return pthread_rwlock_timedrdlock((pthread_rwlock_t*)arg, to); } in timed_rd()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc173 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64