Expand description
Identifiers for threads and NUMA regions.
Structs§
- Pinned
Affinity - A
PinnedAffinityrepresents a specific binding to a processor and memory region.
Enums§
- Memory
Affinity - An
MemoryAffinitycan be thought of as a placement in a system.
Functions§
- memory_
affinities - Create memory affinities manually when not using the
ThreadRegistry. - pinned_
affinities - Create pinned affinities manually when not using the
ThreadRegistry.