Home
last modified time | relevance | path

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

/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst375 idling the CPU to wait for an event. See example above.
377 Use k_cpu_idle() only when a thread is only responsible for idling the CPU,
387 /* thread is only used for CPU idling from this point on */
395 the idle thread takes care of power management, including CPU idling.
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst46 | CPU idling | | Y | Y |…
348 When using the CPU idling API in Cortex-M it is important to note the
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst248 T1 and CPU1 is idling, then this too would be valid though not optimal.
/Zephyr-latest/doc/hardware/porting/
Darch.rst41 * **CPU idling/power management**: most architectures implement instructions
444 Normally, idling the CPU should be left to the idle thread, but in some very
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst33 * SMP timer and idling support
Drelease-notes-2.7.rst1870 * :github:`31447` - MQTT idling gets disconnected when using TCP2