浏览代码

Merge pull request #4746 from mysterywolf/schedulor

[kernel][注释] 明确rt_schedule的调度时刻
Bernard Xiong 4 年之前
父节点
当前提交
892edb4f4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/scheduler.c

+ 1 - 1
src/scheduler.c

@@ -404,7 +404,7 @@ __exit:
 #else
 /**
  * This function will perform one schedule. It will select one thread
- * with the highest priority level, then switch to it.
+ * with the highest priority level, and switch to it immediately.
  */
 void rt_schedule(void)
 {