Searched refs:pending_writer_count (Results 1 – 1 of 1) sorted by relevance
173 uint32_t pending_writer_count; // Count of pending writer threads. member384 rwlock->pending_writer_count++; in __pthread_rwlock_timedwrlock()399 rwlock->pending_writer_count--; in __pthread_rwlock_timedwrlock()400 if (rwlock->pending_writer_count == 0) { in __pthread_rwlock_timedwrlock()478 if (rwlock->pending_writer_count != 0) { in pthread_rwlock_unlock()