Home
last modified time | relevance | path

Searched refs:futex_wait (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaaudio/examples/utils/
DAAudioExampleUtils.h151 android::status_t futex_wait(void *addr, int current, struct timespec *time) { in futex_wait() function
178 return futex_wait(&mValue, value, &time); in wait()