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

References

projects/openmp/runtime/src/kmp_tasking.cpp
  263     if (current->td_flags.tasktype == TASK_EXPLICIT ||
 1293   taskdata->td_flags.tasktype = TASK_EXPLICIT;
 1343     if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT) {
 3938     if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT)
projects/openmp/runtime/src/ompt-specific.cpp
  443   if (taskdata->td_flags.tasktype != TASK_EXPLICIT)