Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/lib/posix/options/
DKconfig.spinlock6 bool "POSIX spin locks"
8 Select 'y' here to enable POSIX spin locks.
16 int "Maximum number of POSIX spin locks"
19 Maximum simultaneously active spin locks in a POSIX application.
/Zephyr-latest/doc/services/
Dnotify.rst27 * neither the spin-wait nor callback notification methods can be
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst29 DMA channels require mutating shared registers, those register updates should be wrapped in a spin
/Zephyr-latest/drivers/timer/
DKconfig63 cycle count accessor. This is needed for instrumenting spin lock
/Zephyr-latest/soc/intel/intel_adsp/
DKconfig132 Use a spin loop instead of WAITI for the CPU idle state.
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst86 when a thread is switched in. Other CPUs will spin waiting for the
203 broadcast an IPI and spin, waiting for the thread to either become
208 reasonable fallback when IPI is not available: we can simply spin,
221 handler and will instead spin in its idle loop, testing the scheduler
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig106 spin in a loop. This is useful for low power mode tests, where
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst418 For simple flags :ref:`atomic_v2` may be sufficient. In other cases spin
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst257 * Added :kconfig:option:`CONFIG_WAIT_AT_RESET_VECTOR` to spin at reset vector
2692 * :github:`8497` - Need a "monitor" spin-for-ISR API