pub fn smp_mb()
Expand description
A full memory barrier.
A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.
pub fn smp_mb()
A full memory barrier.
A barrier that prevents compiler and CPU from reordering memory accesses across the barrier.