mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
sched/sched: Fix comments in sched_timerexpiration.
This commit fixed comments in sched_timerexpiration. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c69cf36b7c
commit
4c1228059f
@@ -190,7 +190,8 @@ static void nxsched_process_event(wdparm_t noswitches)
|
||||
* active task on a single CPU.
|
||||
*
|
||||
* Input Parameters:
|
||||
* cpu - The CPU that we are performing the scheduler operations on.
|
||||
* cpu - The CPU that we are performing the scheduler operations on.
|
||||
* ticks - The number of ticks that represent current time.
|
||||
* elapsed - The number of ticks that have elapsed on the interval timer.
|
||||
* noswitches - True: Can't do context switches now.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user