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