|
|
auto | arch::s390x::cpu::sync::barrier () noexcept -> void |
| | compiler barrier
|
|
auto | arch::s390x::cpu::sync::cpu_relax () noexcept -> void |
| | Spin-loop hint.
|
|
auto | arch::s390x::cpu::sync::cpu_yield () noexcept -> void |
| | Yield the virtual CPU timeslice to the hypervisor (if running under one).
|
|
auto | arch::s390x::cpu::sync::msync () noexcept -> void |
| | Memory Sync.
|
|
auto | arch::s390x::cpu::sync::ssync () noexcept -> void |
| | Serialization Sync (CPU serialization).
|