Searched refs:__futex_wait (Results 1 – 9 of 9) 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 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 | 1241 __futex_wait(const_cast<volatile void *>( in __system_property_serial() 1259 __futex_wait(pa->serial(), serial, NULL); in __system_property_wait_any()
|
/bionic/libc/private/ |
D | bionic_futex.h | 64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() function
|
/bionic/libc/ |
D | libc.mips.map | 1259 __futex_wait; # arm x86 mips nobrillo
|
D | libc.x86.map | 1258 __futex_wait; # arm x86 mips nobrillo
|
D | libc.map.txt | 1390 __futex_wait; # arm x86 mips nobrillo
|
D | libc.arm.map | 1365 __futex_wait; # arm x86 mips nobrillo
|