Searched refs:ret_init (Results 1 – 1 of 1) sorted by relevance
100 rt_err_t ret_init = -RT_ERROR; in test_static_thread() local104 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