← Back to C-Kernel-Engine Docs Doxygen Source Documentation
AffinityInfo Struct Reference

#include <system_topology.h>

Data Fields

int affinity_cpus [256]
 
bool affinity_set
 
int num_affinity_cpus
 
int omp_num_threads
 
char omp_places [64]
 
char omp_proc_bind [32]
 

Detailed Description

Definition at line 231 of file system_topology.h.

Field Documentation

◆ affinity_cpus

int AffinityInfo::affinity_cpus[256]

Definition at line 238 of file system_topology.h.

Referenced by topology_discover_affinity().

◆ affinity_set

bool AffinityInfo::affinity_set

◆ num_affinity_cpus

int AffinityInfo::num_affinity_cpus

Definition at line 239 of file system_topology.h.

Referenced by topology_discover_affinity().

◆ omp_num_threads

int AffinityInfo::omp_num_threads

Definition at line 232 of file system_topology.h.

Referenced by topology_discover_affinity(), and topology_print_affinity().

◆ omp_places

char AffinityInfo::omp_places[64]

Definition at line 234 of file system_topology.h.

Referenced by topology_discover_affinity(), and topology_print_affinity().

◆ omp_proc_bind

char AffinityInfo::omp_proc_bind[32]

Definition at line 233 of file system_topology.h.

Referenced by topology_discover_affinity(), and topology_print_affinity().


The documentation for this struct was generated from the following file: