Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioExampleUtils.h177 android::status_t futex_wait(void *addr, int current, struct timespec *time) { in futex_wait() function
204 return futex_wait(&mValue, value, &time); in wait()
/aosp12/system/core/debuggerd/handler/
H A Ddebuggerd_handler.cpp97 static inline void futex_wait(volatile void* ftx, int value) { in futex_wait() function
583 futex_wait(&thread_info.pseudothread_tid, -1); in debuggerd_signal_handler()
586 futex_wait(&thread_info.pseudothread_tid, child_pid); in debuggerd_signal_handler()