reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 if (current_task->td_flags.tasktype == TASK_IMPLICIT)
projects/openmp/runtime/src/kmp_tasking.cpp263 if (current->td_flags.tasktype == TASK_EXPLICIT || 765 if (taskdata->td_flags.tasktype == TASK_IMPLICIT) { 1053 task->td_flags.tasktype = TASK_IMPLICIT; 1293 taskdata->td_flags.tasktype = TASK_EXPLICIT; 1343 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT) { 1532 current_task->td_flags.tasktype == TASK_IMPLICIT; 3938 if (taskdata->td_parent->td_flags.tasktype == TASK_EXPLICIT)projects/openmp/runtime/src/ompt-specific.cpp
400 *type = (taskdata->td_flags.tasktype ? ompt_task_explicit 443 if (taskdata->td_flags.tasktype != TASK_EXPLICIT)