Searched refs:__can_acquire_read_lock (Results 1 – 1 of 1) sorted by relevance
264 static inline __always_inline bool __can_acquire_read_lock(int old_state, in __can_acquire_read_lock() function276 …while (__predict_true(__can_acquire_read_lock(old_state, rwlock->writer_nonrecursive_preferred))) { in __pthread_rwlock_tryrdlock()307 if (__can_acquire_read_lock(old_state, rwlock->writer_nonrecursive_preferred)) { in __pthread_rwlock_timedrdlock()325 if (!__can_acquire_read_lock(old_state, rwlock->writer_nonrecursive_preferred)) { in __pthread_rwlock_timedrdlock()