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

/bionic/libc/bionic/
H A Dpthread_join.cpp61 __futex_wait(tid_ptr, tid, NULL);
H A Dsystem_properties_compat.c105 __futex_wait((volatile void *)&pi->serial, serial, NULL);
H A Dndk_cruft.cpp213 #define __futex_wait __real_futex_wait macro
216 #undef __futex_wait macro
224 int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { function
H A Dsystem_properties.cpp1241 __futex_wait(const_cast<volatile void *>(
1259 __futex_wait(pa->serial(), serial, NULL);
/bionic/libc/private/
H A Dbionic_futex.h64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { function

Completed in 1849 milliseconds