Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/functional/threads/condvar/
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()
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()
/third_party/ltp/testcases/open_posix_testsuite/functional/threads/schedule/
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()
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/ltp/testcases/kernel/syscalls/futex/
Dfutex_cmp_requeue01.c88 int i, status, spurious, woken_up; in verify_futex_cmp_requeue() local
178 woken_up = TST_RET - num_requeues; in verify_futex_cmp_requeue()
179 if ((woken_up < tc->set_wakes - spurious) in verify_futex_cmp_requeue()
180 || (woken_up > tc->set_wakes + spurious)) { in verify_futex_cmp_requeue()
183 woken_up, tc->set_wakes - spurious, in verify_futex_cmp_requeue()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h412 gboolean woken_up; member
Dgstclock.c329 entry->woken_up = FALSE; in gst_clock_entry_new()
349 entry->woken_up = FALSE; in gst_clock_entry_reinit()