Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/smp/src/
Dmain.c531 int threads_woke_up = 0, i; in check_wokeup_threads() local
539 if (tinfo[i].executed == 1 && threads_woke_up <= tnum) { in check_wokeup_threads()
540 threads_woke_up++; in check_wokeup_threads()
543 zassert_equal(threads_woke_up, tnum, "Threads did not wakeup"); in check_wokeup_threads()