HomeSort by relevance Sort by last modified time
    Searched full:pending_reader_count (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
pthread_rwlock.cpp 166 // in state, increase pending_reader_count, and wait on pending_reader_wakeup_serial. After woken
167 // up, the reader thread decreases pending_reader_count, and the last pending reader thread should
172 uint32_t pending_reader_count; // Count of pending reader threads. member in struct:pthread_rwlock_internal_t
311 rwlock->pending_reader_count++;
330 rwlock->pending_reader_count--;
331 if (rwlock->pending_reader_count == 0) {
496 } else if (rwlock->pending_reader_count != 0) {

Completed in 232 milliseconds