Searched refs:ret_detach (Results 1 – 1 of 1) sorted by relevance
102 rt_err_t ret_detach = -RT_ERROR; in test_static_thread() local125 ret_detach = rt_thread_detach(&thread2); in test_static_thread()126 if (ret_detach != RT_EOK) in test_static_thread()128 uassert_false(ret_detach != 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 3 milliseconds