Searched refs:idle (Results 1 – 6 of 6) sorted by relevance
/kernel/ |
A D | idle.c | 22 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 D | init.c | 151 extern void idle(void *unused1, void *unused2, void *unused3); 620 stack_size, idle, &_kernel.cpus[i], in init_idle_thread()
|
A D | CMakeLists.txt | 72 idle.c
|
A D | Kconfig | 49 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 D | kthread.h | 33 void idle(void *unused1, void *unused2, void *unused3); 243 return entry_point == idle; in z_is_idle_thread_entry()
|
A D | kernel_offsets.h | 40 GEN_OFFSET_SYM(_kernel_t, idle);
|
Completed in 16 milliseconds