Searched refs:KMP_MIN (Results 1 – 4 of 4) sorted by relevance
627 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()848 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()1089 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()
530 int pri = KMP_MIN(task->data2.priority, __kmp_max_task_priority);5273 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE);
320 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
74 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro