Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp280 int id = hw_threads[i].ids[target_layer]; in _insert_layer()
306 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()
372 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
373 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
377 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers()
378 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
382 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
384 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
[all …]
H A Dkmp_affinity.h894 kmp_hw_thread_t *hw_threads; variable
959 return hw_threads[index]; in at()
963 return hw_threads[index]; in at()
967 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_ids()
1058 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_compact()