Searched refs:tid4 (Results 1 – 1 of 1) sorted by relevance
27 static rt_thread_t tid4 = RT_NULL; variable212 tid4 = rt_thread_create("thread4", in test_idle_hook()218 if (tid4 == RT_NULL) in test_idle_hook()221 uassert_false(tid4 == RT_NULL); in test_idle_hook()225 ret_startup = rt_thread_startup(tid4); in test_idle_hook()
Completed in 2 milliseconds