Retrieves the CPU and NUMA node this thread is running one.
fn getcpu(cpu: Option<&mut u32>, node: Option<&mut u32>) -> i32
Place where the CPU will be stored.
Place where the NUMA node will be stored.
getcpu(2)