Searched refs:pthread_rwlock_tryrdlock (Results 1 – 16 of 16) 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;
181 #define pthread_rwlock_tryrdlock _pthread_rwlock_tryrdlock macro
162 #undef pthread_rwlock_tryrdlock
264 int pthread_rwlock_tryrdlock(pthread_rwlock_t * __rwlock)
51 __weak_reference(_Tthr_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
57 pthread_rwlock_tryrdlock;
249 STUB_FUNC1(pthread_rwlock_tryrdlock, PJT_RWLOCK_TRYRDLOCK, int, void *)
494 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
1395 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument1396 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()1397 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()2808 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
342 fun:pthread_rwlock_tryrdlock=discard
2624 fun:pthread_rwlock_tryrdlock=uninstrumented
253 error = pthread_rwlock_tryrdlock(&rwlp->rw_lock); in rw_tryenter()