reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_barrier.cpp
  121         this_thr->th.th_bar_min_time = KMP_MIN(
  348         this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time,
  593         this_thr->th.th_bar_min_time = KMP_MIN(this_thr->th.th_bar_min_time,
projects/openmp/runtime/src/kmp_dispatch.cpp
  366       pr->u.p.parm3 = KMP_MIN(small_chunk + extras, nproc);
projects/openmp/runtime/src/kmp_tasking.cpp
 4442         KMP_MIN(thread->th.th_team_nproc * 10, INITIAL_TASK_DEQUE_SIZE);