Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread-rwlocks.c144 rwlock->pendingReaders = 0; in pthread_rwlock_init()
205 if (rwlock->pendingReaders > 0 || rwlock->pendingWriters > 0) in _pthread_rwlock_pulse()
242 rwlock->pendingReaders += 1; in pthread_rwlock_timedrdlock()
246 rwlock->pendingReaders -= 1; in pthread_rwlock_timedrdlock()
/bionic/libc/include/
Dpthread.h231 int pendingReaders; member