[−][src]Function core::arch::arm::__ISB   
pub unsafe fn __ISB()
This is supported on ARM and target feature 
mclass only.Instruction Synchronization Barrier
Instruction Synchronization Barrier flushes the pipeline in the processor, so that all instructions following the ISB are fetched from cache or memory, after the instruction has been completed.