Searched refs:futex_t (Results 1 - 16 of 16) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futextest.h | 68 static inline int futex_syscall(enum futex_fn_type fntype, futex_t *uaddr, in futex_syscall() 69 int futex_op, futex_t val, void *timeout, in futex_syscall() 70 futex_t *uaddr2, int val3, int opflags) in futex_syscall() 87 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() 99 futex_wake(enum futex_fn_type fntype, futex_t *uaddr, int nr_wake, int opflags) in futex_wake() 110 futex_wait_bitset(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait_bitset() 122 futex_wake_bitset(enum futex_fn_type fntype, futex_t *uaddr, int nr_wake, in futex_wake_bitset() 134 futex_lock_pi(enum futex_fn_type fntype, futex_t *uadd [all...] |
H A D | futex_cmp_requeue02.c | 22 static futex_t *futexes; 74 futexes = SAFE_MMAP(NULL, sizeof(futex_t) * 2, PROT_READ | PROT_WRITE, in setup() 84 SAFE_MUNMAP((void *)futexes, sizeof(futex_t) * 2); in cleanup()
|
H A D | futex_wait01.c | 17 futex_t *f_addr; 18 futex_t f_val; 23 static futex_t futex = FUTEX_INITIALIZER;
|
H A D | futex_wake01.c | 13 futex_t *f_addr; 18 static futex_t futex = FUTEX_INITIALIZER;
|
H A D | futex_wake04.c | 34 static futex_t *futex1, *futex2; 109 futex2 = (futex_t *)((char *)addr + pgsz); in wakeup_thread2()
|
H A D | futex_wait05.c | 19 futex_t futex = FUTEX_INITIALIZER; in sample_fn()
|
H A D | futex_wait03.c | 14 static futex_t futex = FUTEX_INITIALIZER;
|
H A D | futex_wait02.c | 16 static futex_t *futex;
|
H A D | futex_wake03.c | 14 static futex_t *futex;
|
H A D | futex_wait_bitset01.c | 38 futex_t futex = FUTEX_INITIALIZER; in verify_futex_wait_bitset()
|
H A D | futex_wake02.c | 14 static futex_t futex = FUTEX_INITIALIZER;
|
H A D | futex_cmp_requeue01.c | 22 futex_t futexes[2];
|
/third_party/ltp/include/lapi/ |
H A D | futex.h | 13 typedef volatile uint32_t futex_t; typedef
|
/third_party/ltp/lib/ |
H A D | tst_checkpoint.c | 35 futex_t *tst_futexes;
|
H A D | tst_tmpdir.c | 100 extern futex_t *tst_futexes;
|
H A D | tst_test.c | 133 tst_max_futexes = (size - sizeof(struct results))/sizeof(futex_t); in setup_ipc() 170 tst_max_futexes = (size - sizeof(struct results))/sizeof(futex_t); in tst_reinit()
|
Completed in 8 milliseconds