Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dthread_tc.c386 rt_thread_t tid8 = RT_NULL; in test_thread_priority() local
388 tid8 = rt_thread_create("thread8", in test_thread_priority()
394 if (tid8 == RT_NULL) in test_thread_priority()
397 uassert_false(tid8 == RT_NULL); in test_thread_priority()
401 ret_startup = rt_thread_startup(tid8); in test_thread_priority()

Completed in 3 milliseconds