Searched refs:thread_status (Results 1 – 1 of 1) sorted by relevance
427 rt_uint8_t thread_status; in rt_thread_close() local436 thread_status = rt_sched_thread_get_stat(thread); in rt_thread_close()437 if (thread_status != RT_THREAD_CLOSE) in rt_thread_close()439 if (thread_status != RT_THREAD_INIT) in rt_thread_close()
Completed in 6 milliseconds