mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00: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:
parent
de3bb757d2
commit
f47cf7ba04
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue