Home
last modified time | relevance | path

Searched refs:core_types (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp489 if (hw_thread.attrs.get_core_type() == core_types[j]) { in _gather_enumeration_information()
496 core_types[num_core_types++] = hw_thread.attrs.get_core_type(); in _gather_enumeration_information()
641 retval->core_types[i] = KMP_HW_CORE_TYPE_UNKNOWN; in allocate()
703 printf("%3d ", core_types[i]); in dump()
806 kmp_hw_core_type_t core_type = core_types[i]; in print()
H A Dkmp_affinity.h888 kmp_hw_core_type_t core_types[KMP_HW_MAX_NUM_CORE_TYPES]; variable