You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/05/10 13:21:32 UTC

[incubator-nuttx] 06/07: sched: Add nxsched_process_cpuload_ticks prototype to sched/sched/sched.h

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit f47cf7ba04d3b8d2ee9a352282292e82945cd58f
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Apr 23 09:07:13 2022 +0800

    sched: Add nxsched_process_cpuload_ticks prototype to sched/sched/sched.h
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 sched/sched/sched.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sched/sched/sched.h b/sched/sched/sched.h
index 3735663895..336e6b6bb8 100644
--- a/sched/sched/sched.h
+++ b/sched/sched/sched.h
@@ -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 */