Searched refs:__futex_wake_ex (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/private/ |
D | bionic_futex.h | 54 extern int __futex_wake_ex(volatile void *ftx, int pshared, int val);
|
/bionic/libc/bionic/ |
D | semaphore.c | 350 __futex_wake_ex(&sem->count, shared, INT_MAX); in sem_post()
|
D | pthread.c | 63 int __futex_wake_ex(volatile void *ftx, int pshared, int val) in __futex_wake_ex() function 1128 __futex_wake_ex(&mutex->value, shared, 1); in _normal_unlock() 1325 __futex_wake_ex(&mutex->value, shared, 1); in pthread_mutex_unlock_impl() 1689 __futex_wake_ex(&cond->value, COND_IS_SHARED(cond), counter); in __pthread_cond_pulse() 2235 __futex_wake_ex(ocptr, 0, INT_MAX); in pthread_once()
|