MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / cpu_usage_init

Function cpu_usage_init

bsp/fujitsu/mb9x/mb9bf500r/cpuusage.c:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void cpu_usage_init()
85{
86 /* set idle thread hook */
87 rt_thread_idle_sethook(cpu_usage_idle_hook);
88}
89extern struct rt_messagequeue mq;
90extern rt_thread_t info_tid;
91static void cpu_thread_entry(void *parameter)

Callers 1

rt_hw_cpu_initFunction · 0.85

Calls 1

rt_thread_idle_sethookFunction · 0.85

Tested by

no test coverage detected