Searched defs:ftx (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/private/ |
D | bionic_futex.h | 43 static inline __always_inline int __futex(volatile void* ftx, int op, int value, in __futex() 56 static inline int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 60 static inline int __futex_wake_ex(volatile void* ftx, bool shared, int count) { in __futex_wake_ex() 64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() 68 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, in __futex_wait_ex()
|
/bionic/libc/bionic/ |
D | ndk_cruft.cpp | 219 int __futex_wake(volatile void* ftx, int count) { in __futex_wake() 224 int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait()
|