[−][src]Function core_arch::arm::__DSB
pub unsafe fn __DSB()
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on ARM and target feature
mclass
only.Data Synchronization Barrier
Acts as a special kind of Data Memory Barrier. It completes when all explicit memory accesses before this instruction complete.