Home
last modified time | relevance | path

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

/src/
A Dthread.c427 rt_uint8_t thread_status; in rt_thread_close() local
436 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