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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  717   KMP_COUNT_BLOCK(OMP_BARRIER);
  775     KMP_COUNT_BLOCK(OMP_MASTER);
 1386   KMP_COUNT_BLOCK(OMP_CRITICAL);
 1744     KMP_COUNT_BLOCK(OMP_SINGLE);
 2553   KMP_COUNT_BLOCK(OMP_set_lock);
 2978   KMP_COUNT_BLOCK(OMP_test_lock);
 3381   KMP_COUNT_BLOCK(REDUCE_nowait);
 3596   KMP_COUNT_BLOCK(REDUCE_wait);
projects/openmp/runtime/src/kmp_dispatch.cpp
  351       KMP_COUNT_BLOCK(OMP_LOOP_STATIC_STEAL);
  807     KMP_COUNT_BLOCK(OMP_LOOP_STATIC);
  809     KMP_COUNT_BLOCK(OMP_LOOP_DYNAMIC);
projects/openmp/runtime/src/kmp_sched.cpp
   76   KMP_COUNT_BLOCK(OMP_LOOP_STATIC);
  426   KMP_COUNT_BLOCK(OMP_DISTRIBUTE);
projects/openmp/runtime/src/kmp_tasking.cpp
 1485       KMP_COUNT_BLOCK(TASK_cancelled);
 1925   KMP_COUNT_BLOCK(OMP_TASKYIELD);
 2762   KMP_COUNT_BLOCK(TASK_stolen);
 4088   KMP_COUNT_BLOCK(OMP_TASKLOOP);