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

/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h141 static android::status_t futex_wait(void *addr, int current, struct timespec *time) { function
168 return futex_wait(&mValue, value, &time);

Completed in 80 milliseconds