Searched refs:pending_writer_wakeup_serial (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp175 uint32_t pending_writer_wakeup_serial; // Pending writer threads wait on this address by futex_wait. member in struct:pthread_rwlock_internal_t
389 int old_serial = rwlock->pending_writer_wakeup_serial;
394 futex_result = __futex_wait_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared,
479 rwlock->pending_writer_wakeup_serial++;
482 __futex_wake_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared, 1);

Completed in 819 milliseconds