Home
last modified time | relevance | path

Searched defs:opflags (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/futex/include/
A Dfutextest.h81 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
99 futex_wake(futex_t *uaddr, int nr_wake, int opflags) in futex_wake()
110 u_int32_t bitset, int opflags) in futex_wait_bitset()
121 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset()
133 int opflags) in futex_lock_pi()
142 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi()
152 int wake_op, int opflags) in futex_wake_op()
168 int opflags) in futex_requeue()
181 int nr_requeue, int opflags) in futex_cmp_requeue()
197 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
[all …]
/tools/perf/bench/
A Dfutex.h51 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall()
58 volatile u_int32_t *uaddr2, int val3, int opflags) in futex_syscall_nr_requeue()
68 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
78 futex_wake(u_int32_t *uaddr, int nr_wake, int opflags) in futex_wake()
87 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
96 futex_unlock_pi(u_int32_t *uaddr, int opflags) in futex_unlock_pi()
108 int nr_requeue, int opflags) in futex_cmp_requeue()
124 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
141 int nr_requeue, int opflags) in futex_cmp_requeue_pi()

Completed in 5 milliseconds