Home
last modified time | relevance | path

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

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