mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 21:48:24 +08:00
_CPU_Spin_wait() is an assembly function which prevents aggressive speculative execution by the CPU during spin-wait loops. Added benefit is reduction of thermal load. This function is part of the Deterministic Hedged Read Library API.