Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_rwlock.cpp173 uint32_t pending_writer_count; // Count of pending writer threads. member
382 rwlock->pending_writer_count++; in __pthread_rwlock_timedwrlock()
397 rwlock->pending_writer_count--; in __pthread_rwlock_timedwrlock()
398 if (rwlock->pending_writer_count == 0) { in __pthread_rwlock_timedwrlock()
514 if (rwlock->pending_writer_count != 0) { in pthread_rwlock_unlock()