[kernel] 将rt_thread_timeout设置为私有函数

This commit is contained in:
Meco Man
2021-12-30 01:30:21 +08:00
committed by Bernard Xiong
parent 8aee6e73c9
commit e6cd32a1ad
2 changed files with 38 additions and 40 deletions
-1
View File
@@ -155,7 +155,6 @@ rt_err_t rt_thread_mdelay(rt_int32_t ms);
rt_err_t rt_thread_control(rt_thread_t thread, int cmd, void *arg);
rt_err_t rt_thread_suspend(rt_thread_t thread);
rt_err_t rt_thread_resume(rt_thread_t thread);
void rt_thread_timeout(void *parameter);
#ifdef RT_USING_SIGNALS
void rt_thread_alloc_sig(rt_thread_t tid);