Searched refs:tid6 (Results 1 – 1 of 1) sorted by relevance
29 static rt_thread_t tid6 = RT_NULL; variable285 tid6 = rt_thread_create("thread6", in test_thread_yield()291 if (tid6 == RT_NULL) in test_thread_yield()294 uassert_false(tid6 == RT_NULL); in test_thread_yield()297 ret_startup = rt_thread_startup(tid6); in test_thread_yield()
Completed in 2 milliseconds