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 55 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 64 int __futex_wait_ex(volatile void *ftx, int pshared, int val, const struct timespec *timeout) function
951 __futex_wait_ex(&mutex->value, shared, shared|2, 0);
1102 __futex_wait_ex(&mutex->value, shared, oldv, NULL);
    [all...]

Completed in 33 milliseconds