Searched refs:pthread_rwlock_timedrdlock (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
| 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()
|
| /openbsd/src/lib/librthread/ |
| D | Symbols.map | 59 pthread_rwlock_timedrdlock;
|
| D | pthread.h | 78 PROTO_STD_DEPRECATED(pthread_rwlock_timedrdlock);
|
| D | rthread_rwlock.c | 168 pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlockp, in pthread_rwlock_timedrdlock() function
|
| D | rthread_rwlock_compat.c | 143 pthread_rwlock_timedrdlock(pthread_rwlock_t *lockp, in pthread_rwlock_timedrdlock() function
|
| /openbsd/src/include/ |
| D | pthread.h | 241 int pthread_rwlock_timedrdlock(pthread_rwlock_t *,
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors_posix.cpp | 1521 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/ |
| D | done_abilist.txt | 357 fun:pthread_rwlock_timedrdlock=discard
|
| D | libc_ubuntu1404_abilist.txt | 2623 fun:pthread_rwlock_timedrdlock=uninstrumented
|
| /openbsd/src/usr.sbin/unbound/testcode/ |
| D | checklocks.c | 512 { return pthread_rwlock_timedrdlock((pthread_rwlock_t*)arg, to); } in timed_rd()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_interceptors.inc | 173 #define pthread_rwlock_timedrdlock __pthread_rwlock_timedrdlock_time64
|