Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
numa_topology.h File Reference

NUMA node topology detection and information. More...

#include <cstddef>
#include <vector>
Include dependency graph for numa_topology.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::numa_node
 Information about a single NUMA node. More...
 
class  kcenon::thread::numa_topology
 NUMA (Non-Uniform Memory Access) topology information. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

NUMA node topology detection and information.

See also
numa_work_stealer

Definition in file numa_topology.h.