Home
last modified time | relevance | path

Searched refs:KMP_MIN (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp627 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()
H A Dkmp_tasking.cpp530 int pri = KMP_MIN(task->data2.priority, __kmp_max_task_priority);
5273 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE);
H A Dkmp.h320 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dkmp_runtime.cpp74 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro