Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-rwlocks.c135 rwlock->pendingReaders = 0; in pthread_rwlock_init()
194 if (rwlock->pendingReaders > 0 || rwlock->pendingWriters > 0) in _pthread_rwlock_pulse()
231 rwlock->pendingReaders += 1; in pthread_rwlock_timedrdlock()
235 rwlock->pendingReaders -= 1; in pthread_rwlock_timedrdlock()
/bionic/libc/include/
Dpthread.h235 int pendingReaders; member