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()
514 int pri = KMP_MIN(task->data2.priority, __kmp_max_task_priority); in __kmp_push_task()4979 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE); in __kmp_taskloop()
307 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
72 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro