Searched refs:threads_woke_up (Results 1 – 1 of 1) sorted by relevance
532 int threads_woke_up = 0, i; in check_wokeup_threads() local540 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()