Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_wake04.c34 static futex_t *futex1, *futex2; variable
62 futex_wait(tv->fntype, futex1, *futex1, &to, 0); in wait_thread1()
106 futex1 = addr; in wakeup_thread2()
107 *futex1 = 0; in wakeup_thread2()
121 futex_wake(tv->fntype, futex1, 1, 0); in wakeup_thread2()