Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c58 static futex_t *futex1, *futex2; variable
122 res = futex_wait(futex2, *futex2, &to, 0); in wait_thread2()
159 futex2 = (futex_t *)((char *)addr + pgsz); in wakeup_thread2()
160 *futex2 = 0; in wakeup_thread2()
178 futex_wake(futex2, 1, 0); in wakeup_thread2()