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.cpp299 int id = hw_threads[i].ids[target_layer]; in insert_layer()
325 hw_threads[k].ids[j] = hw_threads[k].ids[i]; in insert_layer()
326 hw_threads[k].ids[target_layer] = ids[k]; in insert_layer()
343 KMP_CPU_SET(hw_threads[i].os_id, mask); in _insert_windows_proc_groups()
391 int id1 = hw_threads[0].ids[top_index1]; in _remove_radix1_layers()
392 int id2 = hw_threads[0].ids[top_index2]; in _remove_radix1_layers()
396 if (hw_threads[hwidx].ids[top_index1] == id1 && in _remove_radix1_layers()
397 hw_threads[hwidx].ids[top_index2] != id2) { in _remove_radix1_layers()
401 if (hw_threads[hwidx].ids[top_index2] != id2) in _remove_radix1_layers()
403 id1 = hw_threads[hwidx].ids[top_index1]; in _remove_radix1_layers()
[all …]
H A Dkmp_affinity.h908 kmp_hw_thread_t *hw_threads; variable
970 return hw_threads[index]; in at()
974 return hw_threads[index]; in at()
978 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_ids()
1073 qsort(hw_threads, num_hw_threads, sizeof(kmp_hw_thread_t), in sort_compact()