Lines Matching defs:kmp_hw_attr_t
766 struct kmp_hw_attr_t {
774 kmp_hw_attr_t()
799 bool contains(const kmp_hw_attr_t &other) const {
830 bool operator==(const kmp_hw_attr_t &rhs) const {
834 bool operator!=(const kmp_hw_attr_t &rhs) const { return !operator==(rhs); }
838 KMP_BUILD_ASSERT(sizeof(kmp_hw_attr_t) == sizeof(kmp_affinity_attrs_t));
852 kmp_hw_attr_t attrs;
942 int _get_ncores_with_attr(const kmp_hw_attr_t &attr, int above,
1049 int get_ncores_with_attr(const kmp_hw_attr_t &attr) const {
1054 int get_ncores_with_attr_per(const kmp_hw_attr_t &attr, int above) const {
1081 kmp_hw_attr_t attr[MAX_ATTRS];
1129 void push_back(int num, kmp_hw_t type, int offset, kmp_hw_attr_t attr) {
1218 push_back(USE_ALL, type, 0, kmp_hw_attr_t{});