Searched refs:pthread_rwlock_tryrdlock (Results 1 – 14 of 14) sorted by relevance
114 INTERCEPTOR(int, pthread_rwlock_tryrdlock, pthread_rwlock_t *m) { in INTERCEPTOR() argument116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR()307 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock); in InitializeInterceptors()
60 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l)
81 stat = pthread_rwlock_tryrdlock(&rwlock->rwlock); in apr_thread_rwlock_tryrdlock()
100 #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
96 pthread_rwlock_tryrdlock;
264 int pthread_rwlock_tryrdlock(pthread_rwlock_t * __rwlock)
180 #define pthread_rwlock_tryrdlock _pthread_rwlock_tryrdlock macro
161 #undef pthread_rwlock_tryrdlock
51 __weak_reference(_Tthr_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
56 pthread_rwlock_tryrdlock;
247 STUB_FUNC1(pthread_rwlock_tryrdlock, PJT_RWLOCK_TRYRDLOCK, int, void *)
360 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
1343 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument1344 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()1345 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()2706 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
2624 fun:pthread_rwlock_tryrdlock=uninstrumented