Function smp_mb

Source
pub fn smp_mb()
Expand description

A full memory barrier.

A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.