分离defunct

This commit is contained in:
heyuanjie87
2024-08-30 11:03:55 +08:00
committed by Rbb666
parent e2b311c3b5
commit 2351981e83
4 changed files with 177 additions and 177 deletions

View File

@@ -641,6 +641,7 @@ rt_ssize_t rt_mq_recv_prio(rt_mq_t mq,
/**@}*/
/* defunct */
void rt_thread_defunct_init(void);
void rt_thread_defunct_enqueue(rt_thread_t thread);
rt_thread_t rt_thread_defunct_dequeue(void);