devela::_dep::rustix::process

Function membarrier_cpu

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

membarrier(cmd, MEMBARRIER_CMD_FLAG_CPU, cpu)—Perform a memory barrier with a specific CPU.

§References