Home
last modified time | relevance | path

Searched refs:woken_up (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_cmp_requeue01.c87 int i, status, spurious, woken_up; in verify_futex_cmp_requeue() local
169 * woken_up = (TST_RET - num_requeues) should be in range: in verify_futex_cmp_requeue()
177 woken_up = TST_RET - num_requeues; in verify_futex_cmp_requeue()
178 if ((woken_up < tc->set_wakes - spurious) in verify_futex_cmp_requeue()
179 || (woken_up > tc->set_wakes + spurious)) { in verify_futex_cmp_requeue()
182 woken_up, tc->set_wakes - spurious, in verify_futex_cmp_requeue()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
H A Dpthread_cond_wait_2.c43 static volatile int woken_up; variable
76 woken_up = 1; in hi_prio_thread()
98 while (!woken_up) { in low_prio_thread()
133 if (!woken_up) { in main()
H A Dpthread_cond_wait_1.c43 static volatile int woken_up; variable
76 woken_up = 1; in hi_prio_thread()
98 while (!woken_up) { in low_prio_thread()
133 if (!woken_up) { in main()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
H A D1-1.c40 static volatile int woken_up; variable
80 woken_up = 1; in hi_prio_thread()
101 while (!woken_up) { in low_prio_thread()
139 if (!woken_up) { in main()
H A D1-2.c41 static volatile int woken_up; variable
75 woken_up = 1; in hi_prio_thread()
101 while (!woken_up) { in low_prio_thread()
154 if (!woken_up) { in main()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-foreground-task-runner.cc178 bool woken_up = event_loop_control_.WaitFor( in WaitForTaskLocked() local
182 USE(woken_up); in WaitForTaskLocked()

Completed in 3 milliseconds