Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp231 int id = hw_threads[i].ids[target_layer]; in _insert_layer()
257 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in _insert_layer()
258 hw_threads[k].ids[target_layer] = ids[k]; in _insert_layer()
275 KMP_CPU_SET(hw_threads[i].os_id, mask); in _insert_windows_proc_groups()
320 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
321 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
332 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
333 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
576 retval->hw_threads = nullptr; in allocate()
665 hw_threads[i].print(); in dump()
[all …]
H A Dkmp_affinity.h713 kmp_hw_thread_t *hw_threads; variable
775 return hw_threads[index]; in at()
779 return hw_threads[index]; in at()
783 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_ids()
862 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_compact()