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

  /bionic/libc/bionic/
pthread_rwlock.cpp 173 uint32_t pending_writer_count; // Count of pending writer threads. member in struct:pthread_rwlock_internal_t
382 rwlock->pending_writer_count++;
397 rwlock->pending_writer_count--;
398 if (rwlock->pending_writer_count == 0) {
490 if (rwlock->pending_writer_count != 0) {

Completed in 179 milliseconds