Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dthread_tc.c100 rt_err_t ret_init = -RT_ERROR; in test_static_thread() local
104 ret_init = rt_thread_init(&thread2, in test_static_thread()
112 if (ret_init != RT_EOK) in test_static_thread()
114 uassert_false(ret_init != RT_EOK); in test_static_thread()
132 uassert_true(ret_init == RT_EOK && ret_startup == RT_EOK && ret_detach == RT_EOK); in test_static_thread()
135 if (ret_init == RT_EOK && ret_detach != RT_EOK) in test_static_thread()

Completed in 2 milliseconds