Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp306 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in _insert_layer()
307 hw_threads[k].ids[target_layer] = ids[k]; in _insert_layer()
324 KMP_CPU_SET(hw_threads[i].os_id, mask); in _insert_windows_proc_groups()
369 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
370 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
381 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
382 id2 = hw_threads[hwidx].ids[top_index2]; in _remove_radix1_layers()
625 retval->hw_threads = nullptr; in allocate()
715 hw_threads[i].print(); in dump()
1043 int os_id = hw_threads[i].os_id; in restrict_to_mask()
[all …]
H A Dkmp_affinity.h887 kmp_hw_thread_t *hw_threads; variable
952 return hw_threads[index]; in at()
956 return hw_threads[index]; in at()
960 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_ids()
1051 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_compact()