Searched refs:futex_op (Results 1 – 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futextest.h | 110 int futex_op, futex_t val, void *timeout, in futex_syscall() argument 113 int (*func)(int *uaddr, int futex_op, int val, void *to, int *uaddr2, int val3); in futex_syscall() 120 return func((int *)uaddr, futex_op | opflags, val, timeout, (int *)uaddr2, val3); 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() argument 265 return tst_syscall(__NR_futex, uaddr, futex_op, val, to, uaddr2, val3); in sys_futex() 268 static inline int sys_futex_time64(int *uaddr, int futex_op, int val, void *to, in sys_futex_time64() argument 271 return tst_syscall(__NR_futex_time64, uaddr, futex_op, val, to, uaddr2, val3); in sys_futex_time64()
|