Searched refs:num_active_threads (Results 1 – 1 of 1) sorted by relevance
499 int num_active_threads = 0; in __kmp_hwloc_process_obj_core_pu() local517 ++num_active_threads; // count active threads per core in __kmp_hwloc_process_obj_core_pu()519 if (num_active_threads) { // were there any active threads on the core? in __kmp_hwloc_process_obj_core_pu()522 if (num_active_threads > __kmp_nThreadsPerCore) in __kmp_hwloc_process_obj_core_pu()523 __kmp_nThreadsPerCore = num_active_threads; // calc maximum in __kmp_hwloc_process_obj_core_pu()