Home
last modified time | relevance | path

Searched refs:__state_owned_by_readers (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_rwlock.cpp188 static inline __always_inline bool __state_owned_by_readers(int state) { in __state_owned_by_readers() function
278 …if (__predict_false(!__state_owned_by_readers(new_state))) { // Happens when reader count overflow… in __pthread_rwlock_tryrdlock()
501 } else if (__state_owned_by_readers(old_state)) { in pthread_rwlock_unlock()