Skip to main content

current_numa_node

Function current_numa_node 

Source
pub fn current_numa_node() -> Option<u32>
Expand description

Returns the index of the NUMA node the current thread is executing on.

Delegates to the themis topology SSOT. None means the platform did not report a node — never a fabricated node 0.