Function core::arch::aarch64::__DSB [−][src]
pub unsafe fn __DSB()
This is supported on AArch64 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.