Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c34 static futex_t *futex1, *futex2; variable
73 res = futex_wait(tv->fntype, futex2, *futex2, &to, 0); in wait_thread2()
109 futex2 = (futex_t *)((char *)addr + pgsz); in wakeup_thread2()
110 *futex2 = 0; in wakeup_thread2()
119 futex_wake(tv->fntype, futex2, 1, 0); in wakeup_thread2()