Searched refs:tid5 (Results 1 – 1 of 1) sorted by relevance
28 static rt_thread_t tid5 = RT_NULL; variable266 tid5 = rt_thread_create("thread5", in test_thread_yield()272 if (tid5 == RT_NULL) in test_thread_yield()275 uassert_false(tid5 == RT_NULL); in test_thread_yield()278 ret_startup = rt_thread_startup(tid5); in test_thread_yield()309 if (tid5 != RT_NULL) in test_thread_yield()311 rt_thread_delete(tid5); in test_thread_yield()
Completed in 3 milliseconds