Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dthread_tc.c27 static rt_thread_t tid4 = RT_NULL; variable
212 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