Searched refs:__pthread_rwlock_tryrdlock (Results 1 – 1 of 1) sorted by relevance
272 static inline __always_inline int __pthread_rwlock_tryrdlock(pthread_rwlock_internal_t* rwlock) { in __pthread_rwlock_tryrdlock() function297 int result = __pthread_rwlock_tryrdlock(rwlock); in __pthread_rwlock_timedrdlock()415 if (__predict_true(__pthread_rwlock_tryrdlock(rwlock) == 0)) { in pthread_rwlock_rdlock()428 return __pthread_rwlock_tryrdlock(__get_internal_rwlock(rwlock_interface)); in pthread_rwlock_tryrdlock()