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