Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h664 kmp_uint32 base_num_threads; variable
741 base_num_threads = num_addrs; in init()
783 if (nproc <= base_num_threads) // happy with other thread's resize in resize()
789 if (nproc <= base_num_threads) in resize()
840 base_num_threads = nproc; in resize()
Dkmp_affinity.cpp36 if (nproc > machine_hierarchy.base_num_threads) in __kmp_get_hierarchy()