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

References

projects/openmp/runtime/src/kmp_sched.cpp
  102     if (loc != NULL) {
  103       if ((loc->flags & KMP_IDENT_WORK_LOOP) != 0) {
  105       } else if ((loc->flags & KMP_IDENT_WORK_SECTIONS) != 0) {
  107       } else if ((loc->flags & KMP_IDENT_WORK_DISTRIBUTE) != 0) {
  138     __kmp_push_workshare(global_tid, ct_pdo, loc);
  141                             loc);
  282                             loc);
  390     __kmp_itt_metadata_loop(loc, 0, trip_count, cur_chunk);