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

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp202 static inline __always_inline bool __state_is_last_reader(int state) { function
468 if (!__state_is_last_reader(old_state) || !__state_have_pending_readers_or_writers(old_state)) {

Completed in 68 milliseconds