HomeSort by relevance Sort by last modified time
    Searched refs:__futex_wait_ex (Results 1 - 3 of 3) sorted by null

  /bionic/libc/private/
bionic_futex.h 58 extern int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout);
  /bionic/libc/bionic/
semaphore.c 261 __futex_wait_ex(&sem->count, shared, shared|SEMCOUNT_MINUS_ONE, NULL);
324 ret = __futex_wait_ex(&sem->count, shared, shared|SEMCOUNT_MINUS_ONE, &ts);
pthread.c 55 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) function
472 __futex_wait_ex(&mutex->value, shared, locked_contended, 0);
654 __futex_wait_ex(&mutex->value, shared, mvalue, NULL);
869 __futex_wait_ex(&mutex->value, shared, locked_contended, &ts);
    [all...]

Completed in 258 milliseconds