mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 13:25:12 +08:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user