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()308 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock); in InitializeInterceptors()
60 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l)
96 int errorcode = pthread_rwlock_tryrdlock(rwlock); in try_lock_shared()
100 #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
95 pthread_rwlock_tryrdlock;
265 int pthread_rwlock_tryrdlock(pthread_rwlock_t * __rwlock)
179 #define pthread_rwlock_tryrdlock _pthread_rwlock_tryrdlock macro
160 #undef pthread_rwlock_tryrdlock
49 __weak_reference(_Tthr_rwlock_tryrdlock, pthread_rwlock_tryrdlock);
54 pthread_rwlock_tryrdlock;
251 STUB_FUNC1(pthread_rwlock_tryrdlock, PJT_RWLOCK_TRYRDLOCK, int, void *)
514 PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
1513 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) { in TSAN_INTERCEPTOR() argument1514 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m); in TSAN_INTERCEPTOR()1515 int res = REAL(pthread_rwlock_tryrdlock)(m); in TSAN_INTERCEPTOR()2980 TSAN_INTERCEPT(pthread_rwlock_tryrdlock); in InitializeInterceptors()
373 fun:pthread_rwlock_tryrdlock=discard
2630 fun:pthread_rwlock_tryrdlock=uninstrumented
291 error = pthread_rwlock_tryrdlock(&rwlp->rw_lock); in rw_tryenter()