Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h68 static inline int futex_syscall(enum futex_fn_type fntype, futex_t *uaddr, in futex_syscall() function
90 return futex_syscall(fntype, uaddr, FUTEX_WAIT, val, in futex_wait()
101 return futex_syscall(fntype, uaddr, FUTEX_WAKE, nr_wake, NULL, NULL, 0, in futex_wake()
113 return futex_syscall(fntype, uaddr, FUTEX_WAIT_BITSET, val, in futex_wait_bitset()
125 return futex_syscall(fntype, uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, in futex_wake_bitset()
137 return futex_syscall(fntype, uaddr, FUTEX_LOCK_PI, detect, in futex_lock_pi()
147 return futex_syscall(fntype, uaddr, FUTEX_UNLOCK_PI, 0, NULL, NULL, 0, in futex_unlock_pi()
157 return futex_syscall(fntype, uaddr, FUTEX_WAKE_OP, nr_wake, in futex_wake_op()
174 return futex_syscall(fntype, uaddr, FUTEX_REQUEUE, nr_wake, in futex_requeue()
188 return futex_syscall(fntype, uaddr, FUTEX_CMP_REQUEUE, nr_wake, in futex_cmp_requeue()
[all …]