sched: Add nxsched_process_cpuload_ticks prototype to sched/sched/sched.h
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
de3bb757d2
commit
f47cf7ba04
@ -390,6 +390,7 @@ int nxsched_pause_cpu(FAR struct tcb_s *tcb);
|
||||
/* CPU load measurement support */
|
||||
|
||||
void weak_function nxsched_process_cpuload(void);
|
||||
void weak_function nxsched_process_cpuload_ticks(uint32_t ticks);
|
||||
#endif
|
||||
|
||||
/* Critical section monitor */
|
||||
|
Loading…
Reference in New Issue
Block a user