Symbol: futex_t
tools/testing/selftests/futex/functional/futex_requeue.c
17
volatile futex_t *f1;
tools/testing/selftests/futex/functional/futex_requeue.c
34
volatile futex_t _f1 = 0;
tools/testing/selftests/futex/functional/futex_requeue.c
35
volatile futex_t f2 = 0;
tools/testing/selftests/futex/functional/futex_requeue.c
69
volatile futex_t _f1 = 0;
tools/testing/selftests/futex/functional/futex_requeue.c
70
volatile futex_t f2 = 0;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
162
futex_t old_val;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
199
futex_t old_val;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
41
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
42
futex_t f2 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
43
futex_t wake_complete = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi_mismatched_ops.c
30
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi_mismatched_ops.c
31
futex_t f2 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
34
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
35
futex_t f2 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_wait_private_mapped_file.c
36
futex_t val = 1;
tools/testing/selftests/futex/functional/futex_wait_timeout.c
110
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_wait_timeout.c
164
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_wait_timeout.c
25
static futex_t futex_pi;
tools/testing/selftests/futex/functional/futex_wait_timeout.c
35
volatile futex_t lock = 0;
tools/testing/selftests/futex/functional/futex_wait_timeout.c
84
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_wait_wouldblock.c
34
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/futex_wait_wouldblock.c
51
futex_t f1 = FUTEX_INITIALIZER;
tools/testing/selftests/futex/functional/robust_list.c
155
ret = futex_wait((futex_t *) futex, tid, &to, 0);
tools/testing/selftests/futex/include/futex2test.h
55
futex_t futex;
tools/testing/selftests/futex/include/futex2test.h
56
futex_t numa;
tools/testing/selftests/futex/include/futextest.h
100
futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags)
tools/testing/selftests/futex/include/futextest.h
110
futex_wake(futex_t *uaddr, int nr_wake, int opflags)
tools/testing/selftests/futex/include/futextest.h
120
futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout,
tools/testing/selftests/futex/include/futextest.h
132
futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags)
tools/testing/selftests/futex/include/futextest.h
143
futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect,
tools/testing/selftests/futex/include/futextest.h
153
futex_unlock_pi(futex_t *uaddr, int opflags)
tools/testing/selftests/futex/include/futextest.h
162
futex_wake_op(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_wake2,
tools/testing/selftests/futex/include/futextest.h
178
futex_requeue(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_requeue,
tools/testing/selftests/futex/include/futextest.h
191
futex_cmp_requeue(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake,
tools/testing/selftests/futex/include/futextest.h
207
futex_wait_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2,
tools/testing/selftests/futex/include/futextest.h
222
futex_cmp_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake,
tools/testing/selftests/futex/include/futextest.h
241
futex_cmpxchg(futex_t *uaddr, u_int32_t oldval, u_int32_t newval)
tools/testing/selftests/futex/include/futextest.h
253
futex_dec(futex_t *uaddr)
tools/testing/selftests/futex/include/futextest.h
265
futex_inc(futex_t *uaddr)
tools/testing/selftests/futex/include/futextest.h
278
futex_set(futex_t *uaddr, u_int32_t newval)