Searched refs:thread5_source (Results 1 – 1 of 1) sorted by relevance
37 static volatile rt_uint32_t thread5_source = 0; variable247 thread5_source ++; in thread5_entry()249 if (thread5_source == 5) in thread5_entry()258 while (++ thread5_source <= 9); in thread6_entry()265 thread5_source = 0; in test_thread_yield()306 uassert_true(thread5_source == 10); in test_thread_yield()
Completed in 3 milliseconds