提交 0fb99f02 编写于 作者: C cccccya 提交者: mysterywolf

Revise the description of rt_thread_resume

上级 7a31ab91
...@@ -389,7 +389,7 @@ The parameters and return values of the thread suspend interface `rt_thread_susp ...@@ -389,7 +389,7 @@ The parameters and return values of the thread suspend interface `rt_thread_susp
   Functions' context switch is achieved manually. User only needs to understand the role of the interface, which is not recommended.    Functions' context switch is achieved manually. User only needs to understand the role of the interface, which is not recommended.
To resume a thread is to let the suspended thread re-enter the ready state and put the thread into the system's ready queue; if the recovered thread is first in place of the priority list, then the system will start context switching. Thread resuming uses the following function interface: To resume a thread is to let the suspended thread re-enter the ready state and put the thread into the system's ready queue. Thread resuming uses the following function interface:
```c ```c
rt_err_t rt_thread_resume (rt_thread_t thread); rt_err_t rt_thread_resume (rt_thread_t thread);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册