devela::_dep::rustix::process

Function membarrier

pub fn membarrier(cmd: MembarrierCommand) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

membarrier(cmd, 0, 0)—Perform a memory barrier.

§References