Searched refs:pending_writer_count (Results 1 – 1 of 1) sorted by relevance
173 uint32_t pending_writer_count; // Count of pending writer threads. member382 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()