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

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

References