Searched refs:pending_reader_wakeup_serial (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp166 // in state, increase pending_reader_count, and wait on pending_reader_wakeup_serial. After woken
174 uint32_t pending_reader_wakeup_serial; // Pending reader threads wait on this address by futex_wait. member in struct:pthread_rwlock_internal_t
321 int old_serial = rwlock->pending_reader_wakeup_serial;
326 futex_result = __futex_wait_ex(&rwlock->pending_reader_wakeup_serial, rwlock->pshared,
485 rwlock->pending_reader_wakeup_serial++;
488 __futex_wake_ex(&rwlock->pending_reader_wakeup_serial, rwlock->pshared, INT_MAX);

Completed in 59 milliseconds