Method lrs::thread::CpuMask::unset

Marks a CPU as offline.

Syntax

impl CpuMask {
    fn unset(&mut self, id: usize) -> ()
}

Arguments

NameDescription
id

The id of the CPU to mark.