Skip to content

Commit 892edb4

Browse files
authored
Merge pull request #4746 from mysterywolf/schedulor
[kernel][注释] 明确rt_schedule的调度时刻
2 parents ffde6dd + 2e11562 commit 892edb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scheduler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ void rt_schedule(void)
404404
#else
405405
/**
406406
* This function will perform one schedule. It will select one thread
407-
* with the highest priority level, then switch to it.
407+
* with the highest priority level, and switch to it immediately.
408408
*/
409409
void rt_schedule(void)
410410
{

0 commit comments

Comments
 (0)