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

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp173 uint32_t pending_writer_count; // Count of pending writer threads. member in struct:pthread_rwlock_internal_t
384 rwlock->pending_writer_count++;
399 rwlock->pending_writer_count--;
400 if (rwlock->pending_writer_count == 0) {
478 if (rwlock->pending_writer_count != 0) {

Completed in 66 milliseconds