Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dthread_tc.c37 static volatile rt_uint32_t thread5_source = 0; variable
247 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