Home
last modified time | relevance | path

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

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