Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_futex.h55 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeou…
/bionic/libc/bionic/
Dsemaphore.c261 __futex_wait_ex(&sem->count, shared, shared|SEMCOUNT_MINUS_ONE, NULL); in sem_wait()
324 ret = __futex_wait_ex(&sem->count, shared, shared|SEMCOUNT_MINUS_ONE, &ts); in sem_timedwait()
Dpthread.c67 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) in __futex_wait_ex() function
1067 __futex_wait_ex(&mutex->value, shared, locked_contended, 0); in _normal_lock()
1249 __futex_wait_ex(&mutex->value, shared, mvalue, NULL); in pthread_mutex_lock_impl()
1464 __futex_wait_ex(&mutex->value, shared, locked_contended, &ts); in pthread_mutex_lock_timeout_np_impl()
1534 if (__futex_wait_ex(&mutex->value, shared, mvalue, &ts) == ETIMEDOUT) { in pthread_mutex_lock_timeout_np_impl()
1712 status = __futex_wait_ex(&cond->value, COND_IS_SHARED(cond), oldvalue, reltime); in __pthread_cond_timedwait_relative()
2218 __futex_wait_ex(ocptr, 0, oldval, NULL); in pthread_once()