Function kernel::sync::barrier::smp_rmb

source ·
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.