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

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp188 static inline __always_inline bool __state_owned_by_readers(int state) { function
278 if (__predict_false(!__state_owned_by_readers(new_state))) { // Happens when reader count overflows.
465 } else if (__state_owned_by_readers(old_state)) {

Completed in 66 milliseconds