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