LLVM OpenMP 22.0.0git
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.

◆ num

int kmp_hw_subset_t::item_t::num[MAX_ATTRS]

Definition at line 1090 of file kmp_affinity.h.

◆ num_attrs

int kmp_hw_subset_t::item_t::num_attrs

Definition at line 1089 of file kmp_affinity.h.

◆ offset

int kmp_hw_subset_t::item_t::offset[MAX_ATTRS]

Definition at line 1091 of file kmp_affinity.h.

◆ type

kmp_hw_t kmp_hw_subset_t::item_t::type

Definition at line 1088 of file kmp_affinity.h.


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