Searched refs:sys_futex (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/ |
D | futex.h | 41 static inline long sys_futex(void *addr1, int op, int val1, const struct timespec *timeout, void *a… in sys_futex() function 48 return sys_futex(addr, FUTEX_WAKE, count, NULL, NULL, 0); in futex_wake() 55 return sys_futex(addr, FUTEX_WAIT_BITSET, value, timeout, NULL, in futex_wait()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 75 func = sys_futex; in futex_syscall()
|
/third_party/ltp/include/ |
D | tst_timer.h | 262 static inline int sys_futex(int *uaddr, int futex_op, int val, void *to, in sys_futex() function
|