Home
last modified time | relevance | path

Searched refs:idle (Results 1 – 6 of 6) sorted by relevance

/kernel/
A Didle.c22 void idle(void *unused1, void *unused2, void *unused3) in idle() function
54 _kernel.idle = z_get_next_timeout_expiry(); in idle()
71 if (k_is_pre_kernel() || !pm_system_suspend(_kernel.idle)) { in idle()
A Dinit.c151 extern void idle(void *unused1, void *unused2, void *unused3);
620 stack_size, idle, &_kernel.cpus[i], in init_idle_thread()
A DCMakeLists.txt72 idle.c
A DKconfig49 The extra one is for the idle thread, which must run at the lowest
67 The extra one is for the idle thread, which must run at the lowest
131 idle-but-runnable threads, and thus works only with the simple
170 int "Size of stack for idle thread"
178 Depending on the work that the idle task must do, most likely due to
180 logging (e.g. logging when the system goes to sleep), the idle thread
561 Maintain a sum of all non-idle thread cycle usage.
/kernel/include/
A Dkthread.h33 void idle(void *unused1, void *unused2, void *unused3);
243 return entry_point == idle; in z_is_idle_thread_entry()
A Dkernel_offsets.h40 GEN_OFFSET_SYM(_kernel_t, idle);

Completed in 16 milliseconds