mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
Fix some spacing
This commit is contained in:
parent
e879d0f423
commit
0369facbd5
1 changed files with 3 additions and 4 deletions
|
|
@ -861,10 +861,9 @@ void sched_suspend_scheduler(FAR struct tcb_s *tcb);
|
|||
|
||||
#ifdef CONFIG_SCHED_INSTRUMENTATION
|
||||
|
||||
void sched_note_start(FAR struct tcb_s *tcb);
|
||||
void sched_note_stop(FAR struct tcb_s *tcb);
|
||||
void sched_note_switch(FAR struct tcb_s *fromtcb,
|
||||
FAR struct tcb_s *totcb);
|
||||
void sched_note_start(FAR struct tcb_s *tcb);
|
||||
void sched_note_stop(FAR struct tcb_s *tcb);
|
||||
void sched_note_switch(FAR struct tcb_s *fromtcb, FAR struct tcb_s *totcb);
|
||||
|
||||
#ifdef CONFIG_SCHED_INSTRUMENTATION_PREEMPTION
|
||||
void sched_note_premption(FAR struct tcb_s *tcb, bool locked);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue