Searched refs:KMP_MIN (Results 1 – 5 of 5) sorted by relevance
119 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()347 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()597 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()
374 pr->u.p.parm3 = KMP_MIN(small_chunk + extras, nproc); in __kmp_dispatch_init_algorithm()
299 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
4515 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE); in __kmpc_taskloop()
66 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro