Searched refs:futex_result (Results 1 – 1 of 1) sorted by relevance
323 int futex_result = 0; in __pthread_rwlock_timedrdlock() local325 futex_result = __futex_wait_ex(&rwlock->pending_reader_wakeup_serial, rwlock->pshared, in __pthread_rwlock_timedrdlock()337 if (futex_result == -ETIMEDOUT) { in __pthread_rwlock_timedrdlock()390 int futex_result = 0; in __pthread_rwlock_timedwrlock() local392 futex_result = __futex_wait_ex(&rwlock->pending_writer_wakeup_serial, rwlock->pshared, in __pthread_rwlock_timedwrlock()404 if (futex_result == -ETIMEDOUT) { in __pthread_rwlock_timedwrlock()