Searched refs:__kmp_hws_proc (Results 1 – 4 of 4) sorted by relevance
3537 if (__kmp_hws_proc.num == 0) in __kmp_apply_thread_places()3538 __kmp_hws_proc.num = __kmp_nThreadsPerCore; // use all available procs in __kmp_apply_thread_places()3539 if (__kmp_hws_proc.offset >= __kmp_nThreadsPerCore) { in __kmp_apply_thread_places()3639 if (nT <= __kmp_hws_proc.offset || in __kmp_apply_thread_places()3640 nT > __kmp_hws_proc.num + __kmp_hws_proc.offset) { in __kmp_apply_thread_places()3700 if (nT <= __kmp_hws_proc.offset || in __kmp_apply_thread_places()3701 nT > __kmp_hws_proc.num + __kmp_hws_proc.offset) { in __kmp_apply_thread_places()3783 if (nT <= __kmp_hws_proc.offset || in __kmp_apply_thread_places()3784 nT > __kmp_hws_proc.num + __kmp_hws_proc.offset) { in __kmp_apply_thread_places()3845 if (nT <= __kmp_hws_proc.offset || in __kmp_apply_thread_places()[all …]
287 kmp_hws_item_t __kmp_hws_proc = {0, 0}; variable
4524 if (__kmp_hws_proc.num > 0) in __kmp_stg_parse_hw_subset()4526 __kmp_hws_proc.num = num; in __kmp_stg_parse_hw_subset()4527 __kmp_hws_proc.offset = offset; in __kmp_stg_parse_hw_subset()4574 if (__kmp_hws_proc.num) in __kmp_stg_print_hw_subset()4575 __kmp_str_buf_print(&buf, "%s%dt", comma ? "," : "", __kmp_hws_proc.num); in __kmp_stg_print_hw_subset()
864 extern kmp_hws_item_t __kmp_hws_proc;