Searched refs:__futex_wait (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_join.cpp | 61 __futex_wait(tid_ptr, tid, NULL); in pthread_join()
|
D | ndk_cruft.cpp | 213 #define __futex_wait __real_futex_wait macro 216 #undef __futex_wait 224 extern "C" int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() function
|
D | system_properties_compat.c | 105 __futex_wait((volatile void *)&pi->serial, serial, NULL); in __system_property_read_compat()
|
D | system_properties.cpp | 751 __futex_wait(const_cast<volatile void *>( in __system_property_serial() 765 __futex_wait(&pa->serial, serial, NULL); in __system_property_wait_any()
|
/bionic/libc/private/ |
D | bionic_futex.h | 62 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() function
|
/bionic/libc/ |
D | libc.map | 61 __futex_wait; # arm x86 mips
|