Searched refs:sys_futex (Results 1 – 2 of 2) sorted by relevance
/system/media/audio_utils/ |
D | fifo_index.cpp | 38 return sys_futex(&mIndex, op, expected, timeout, NULL, 0); in wait() 43 return sys_futex(&mIndex, op, waiters, NULL, NULL, 0); in wake()
|
/system/media/audio_utils/include/audio_utils/ |
D | futex.h | 35 int sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *addr2, in sys_futex() function
|