Lines Matching full:idle
263 Although normally reserved for the idle thread, in certain special
264 applications, a thread might want to make the CPU idle.
273 Making the CPU idle causes the kernel to pause all operations until an event,
274 normally an interrupt, wakes up the CPU. In a regular system, the idle thread
281 Making the CPU idle
284 Making the CPU idle is simple: call the k_cpu_idle() API. The CPU will stop
318 Making the CPU idle in an atomic fashion
322 the CPU idle. In such a case, k_cpu_atomic_idle() should be used instead.
326 and making the CPU idle again. In some systems, this can cause the CPU to idle
351 * again); else, make the CPU idle.
393 the idle thread takes care of power management, including CPU idling.