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.c532 int threads_woke_up = 0, i; in check_wokeup_threads() local
540 if (tinfo[i].executed == 1 && threads_woke_up <= tnum) { in check_wokeup_threads()
541 threads_woke_up++; in check_wokeup_threads()
544 zassert_equal(threads_woke_up, tnum, "Threads did not wakeup"); in check_wokeup_threads()