Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_barrier.cpp119 this_thr->th.th_bar_min_time = KMP_MIN( in __kmp_linear_barrier_gather_template()
347 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_tree_barrier_gather()
597 this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time, in __kmp_hyper_barrier_gather()
Dkmp_dispatch.cpp374 pr->u.p.parm3 = KMP_MIN(small_chunk + extras, nproc); in __kmp_dispatch_init_algorithm()
Dkmp.h299 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro
Dkmp_tasking.cpp4515 KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE); in __kmpc_taskloop()
Dkmp_runtime.cpp66 #define KMP_MIN(x, y) ((x) < (y) ? (x) : (y)) macro