Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp408 kmp_hw_thread_t &hw_thread = hw_threads[idx]; in _remove_radix1_layers() local
410 hw_thread.ids[d] = hw_thread.ids[d + 1]; in _remove_radix1_layers()
463 kmp_hw_thread_t &hw_thread = hw_threads[i]; in _gather_enumeration_information() local
465 int id = hw_thread.ids[layer]; in _gather_enumeration_information()
480 if (hw_thread.attrs.is_core_eff_valid() && in _gather_enumeration_information()
481 hw_thread.attrs.core_eff >= num_core_efficiencies) { in _gather_enumeration_information()
484 num_core_efficiencies = hw_thread.attrs.core_eff + 1; in _gather_enumeration_information()
486 if (hw_thread.attrs.is_core_type_valid()) { in _gather_enumeration_information()
489 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()
[all …]