Skip to main content

pin_to_numa_node

Function pin_to_numa_node 

Source
pub fn pin_to_numa_node(node: u32) -> Result<()>
Expand description

Pin the calling thread to a specific NUMA node’s cores.

§Errors

Returns an error if pinning fails.