LLVM OpenMP 20.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 1076 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 1081 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 1079 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 1078 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 1080 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: