Home
last modified time | relevance | path

Searched refs:__futex_wait (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgomp/config/linux/x86/
Dfutex.h34 __futex_wait (int *addr, int futex_op, int val) in __futex_wait() function
65 __futex_wait (int *addr, int futex_op, int val) in __futex_wait() function
95 long err = __futex_wait (addr, gomp_futex_wait, val); in futex_wait()
102 __futex_wait (addr, gomp_futex_wait, val); in futex_wait()
/netbsd/src/external/gpl3/gcc/dist/libgomp/
DChangeLog2881 * config/linux/x86/futex.h (__futex_wait):
2889 * config/linux/x86/futex.h (__futex_wait): New static inline
2894 (futex_wait): Use __futex_wait.