Searched refs:pending_writer_wakeup_serial (Results 1 – 1 of 1) sorted by relevance
175 …uint32_t pending_writer_wakeup_serial; // Pending writer threads wait on this address by futex_wa… member389 int old_serial = rwlock->pending_writer_wakeup_serial; in __pthread_rwlock_timedwrlock()394 futex_result = __futex_wait_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared, in __pthread_rwlock_timedwrlock()479 rwlock->pending_writer_wakeup_serial++; in pthread_rwlock_unlock()482 __futex_wake_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared, 1); in pthread_rwlock_unlock()