Searched refs:LOOP_CNT (Results 1 – 1 of 1) sorted by relevance
59 #define LOOP_CNT 4 /* Number of times low priority thread waits */ macro105 zassert_equal(cnt2, LOOP_CNT, "Unexpected cnt2 at start: %d", cnt2); in coop_thread1()114 zassert_equal(cnt2, LOOP_CNT, "Unexpected cnt2 at end: %d", cnt2); in coop_thread1()144 for (int i = 0; i < LOOP_CNT; i++) { in coop_thread2()156 zassert_equal(cnt2, LOOP_CNT, "Unexpected cnt2 at end: %d", cnt2); in coop_thread2()