소스 검색

[kernel][注释] 明确rt_schedule的调度时刻

Meco Man 4 년 전
부모
커밋
2e11562772
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)
 {