Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1287 kmp_uint32 base_num_threads = 0; variable
1354 base_num_threads = num_addrs; in init()
1396 if (nproc <= base_num_threads) // happy with other thread's resize in resize()
1402 if (nproc <= base_num_threads) in resize()
1453 base_num_threads = nproc; in resize()
H A Dkmp_affinity.cpp86 if (nproc > machine_hierarchy.base_num_threads) in __kmp_get_hierarchy()