Home
last modified time | relevance | path

Searched refs:futex_result (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_rwlock.cpp323 int futex_result = 0; in __pthread_rwlock_timedrdlock() local
325 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() local
392 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()