LLVM OpenMP 22.0.0git
Public Attributes | List of all members
kmp_hw_subset_t::item_t Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp_affinity.h"

Public Attributes

kmp_hw_t type
 
int num_attrs
 
int num [MAX_ATTRS]
 
int offset [MAX_ATTRS]
 
kmp_hw_attr_t attr [MAX_ATTRS]
 

Detailed Description

Definition at line 1087 of file kmp_affinity.h.

Member Data Documentation

◆ attr

kmp_hw_attr_t kmp_hw_subset_t::item_t::attr[MAX_ATTRS]

Definition at line 1092 of file kmp_affinity.h.

Referenced by kmp_hw_subset_t::push_back().

◆ num

int kmp_hw_subset_t::item_t::num[MAX_ATTRS]

Definition at line 1090 of file kmp_affinity.h.

Referenced by kmp_hw_subset_t::push_back().

◆ num_attrs

int kmp_hw_subset_t::item_t::num_attrs

Definition at line 1089 of file kmp_affinity.h.

Referenced by kmp_hw_subset_t::dump(), and kmp_hw_subset_t::push_back().

◆ offset

int kmp_hw_subset_t::item_t::offset[MAX_ATTRS]

Definition at line 1091 of file kmp_affinity.h.

Referenced by kmp_hw_subset_t::push_back().

◆ type

kmp_hw_t kmp_hw_subset_t::item_t::type

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