Searched refs:__futex_wait (Results 1 – 6 of 6) sorted by relevance
65 __futex_wait(tid_ptr, tid, nullptr); in pthread_join()
217 #define __futex_wait __real_futex_wait macro220 #undef __futex_wait228 int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait() function
61 static inline int __futex_wait(volatile void* ftx, int value, const timespec* timeout) { in __futex_wait() function
340 if ((rc = __futex_wait(serial_ptr, old_serial, relative_timeout)) != 0 && rc == -ETIMEDOUT) { in Wait()
1666 __futex_wait; # arm x86