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

  /bionic/libc/private/
bionic_futex.h 54 extern int __futex_wake_ex(volatile void *ftx, int pshared, int val);
  /bionic/libc/bionic/
semaphore.c 350 __futex_wake_ex(&sem->count, shared, INT_MAX);
pthread.c 58 int __futex_wake_ex(volatile void *ftx, int pshared, int val) function
997 __futex_wake_ex(&mutex->value, shared, 1);
    [all...]

Completed in 17 milliseconds