Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp115 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()
Dkmp.h305 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
Dkmp_tasking.cpp4617 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE); in __kmp_taskloop()
Dkmp_runtime.cpp72 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro