Searched refs:futex_t (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/futex/include/ |
| A D | futextest.h | 25 typedef volatile u_int32_t futex_t; typedef 89 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() 109 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset() 142 futex_unlock_pi(futex_t *uaddr, int opflags) in futex_unlock_pi() 151 futex_wake_op(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_wake2, in futex_wake_op() 167 futex_requeue(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_requeue, in futex_requeue() 180 futex_cmp_requeue(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake, in futex_cmp_requeue() 196 futex_wait_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2, in futex_wait_requeue_pi() 211 futex_cmp_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake, in futex_cmp_requeue_pi() 242 futex_dec(futex_t *uaddr) in futex_dec() [all …]
|
| A D | futex2test.h | 55 futex_t futex; 56 futex_t numa;
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_requeue.c | 17 volatile futex_t *f1; 46 volatile futex_t _f1 = 0; in main() 47 volatile futex_t f2 = 0; in main()
|
| A D | futex_requeue_pi_mismatched_ops.c | 31 futex_t f1 = FUTEX_INITIALIZER; 32 futex_t f2 = FUTEX_INITIALIZER;
|
| A D | futex_wait_timeout.c | 26 static futex_t futex_pi; 46 volatile futex_t lock = 0; in get_pi_lock() 98 futex_t f1 = FUTEX_INITIALIZER; in main()
|
| A D | futex_requeue_pi.c | 41 futex_t f1 = FUTEX_INITIALIZER; 42 futex_t f2 = FUTEX_INITIALIZER; 43 futex_t wake_complete = FUTEX_INITIALIZER; 113 futex_t old_val; in waiterfn() 151 futex_t old_val; in broadcast_wakerfn()
|
| A D | futex_requeue_pi_signal_restart.c | 34 futex_t f1 = FUTEX_INITIALIZER; 35 futex_t f2 = FUTEX_INITIALIZER;
|
| A D | futex_wait_private_mapped_file.c | 37 futex_t val = 1;
|
| A D | futex_wait_wouldblock.c | 43 futex_t f1 = FUTEX_INITIALIZER; in main()
|
Completed in 10 milliseconds