Skip to main content

pin_thread_to_numa_node

Function pin_thread_to_numa_node 

Source
pub fn pin_thread_to_numa_node(node: usize) -> Result<()>
Expand description

Pin the current thread to CPUs on a specific NUMA node.

ยงErrors

Returns an error if thread pinning fails.