Searched refs:__futex_wait (Results 1 – 2 of 2) sorted by relevance
34 __futex_wait (int *addr, int futex_op, int val) in __futex_wait() function65 __futex_wait (int *addr, int futex_op, int val) in __futex_wait() function95 long err = __futex_wait (addr, gomp_futex_wait, val); in futex_wait()102 __futex_wait (addr, gomp_futex_wait, val); in futex_wait()
2881 * config/linux/x86/futex.h (__futex_wait):2889 * config/linux/x86/futex.h (__futex_wait): New static inline2894 (futex_wait): Use __futex_wait.