Home
last modified time | relevance | path

Searched refs:g_idle_task (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/kernel/rhino/
A Dk_sys.c65 krhino_task_cpu_create(&g_idle_task[i], "idle_task", NULL, RHINO_IDLE_PRI, 0, in krhino_init()
70 krhino_task_create(&g_idle_task[0], "idle_task", NULL, RHINO_IDLE_PRI, 0, in krhino_init()
205 if (preferred_task == &g_idle_task[cur_cpu_num]) { in krhino_intrpt_exit()
219 preferred_task = &g_idle_task[cur_cpu_num]; in krhino_intrpt_exit()
244 if (g_active_task[cur_cpu_num] == &g_idle_task[cur_cpu_num]) { in krhino_intrpt_exit()
290 + sizeof(g_active_task) + sizeof(g_idle_task) + sizeof(g_idle_task_stack) in krhino_global_space_get()
A Dk_sched.c116 if (preferred_task == &g_idle_task[cur_cpu_num]) { in core_sched()
130 preferred_task = &g_idle_task[cur_cpu_num]; in core_sched()
187 if (preferred_task == &g_idle_task[cur_cpu_num]) { in core_sched()
200 preferred_task = &g_idle_task[cur_cpu_num]; in core_sched()
A Dk_obj.c26 ktask_t g_idle_task[RHINO_CONFIG_CPU_NUM]; variable
/AliOS-Things-master/kernel/rhino/include/
A Dk_internal.h37 extern ktask_t g_idle_task[RHINO_CONFIG_CPU_NUM];
/AliOS-Things-master/components/debug/src/
A Ddebug_cpuusage.c221 total_cpu_usage = 10000 - debug_task_cpu_usage_get(&g_idle_task[cpuid]); in debug_total_cpu_usage_get()

Completed in 6 milliseconds