Searched defs:futex_result (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_rwlock.cpp324 int futex_result = 0; local
326 futex_result = __futex_wait_ex(&rwlock->pending_reader_wakeup_serial, rwlock->pshared,
338 if (futex_result == -ETIMEDOUT) {
392 int futex_result = 0; local
394 futex_result = __futex_wait_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared,
406 if (futex_result == -ETIMEDOUT) {

Completed in 1740 milliseconds