Method lrs::thread::CpuMask::set

Marks a CPU as online.

Syntax

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

Arguments

NameDescription
id

The id of the CPU to mark.