Searched refs:KMP_MIN (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp119 this_thr->th.th_bar_min_time = KMP_MIN(
349 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time,
597 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time,
H A Dkmp_dispatch.cpp366 pr->u.p.parm3 = KMP_MIN(small_chunk + extras, nproc);
H A Dkmp.h286 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
H A Dkmp_tasking.cpp4443 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE);
H A Dkmp_runtime.cpp57 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro

Completed in 115 milliseconds