Searched refs:KMP_MIN (Results 1 – 4 of 4) sorted by relevance
115 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()336 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()577 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()
305 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
4617 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE); in __kmp_taskloop()
72 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro