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

References

projects/openmp/runtime/src/kmp_tasking.cpp
  873         taskdata->td_flags.proxy = TASK_PROXY; // proxify!
 1188   if (flags->proxy == TASK_PROXY || flags->detachable == TASK_DETACHABLE) {
 1189     if (flags->proxy == TASK_PROXY) {
 1334   if (flags->proxy == TASK_PROXY ||
 1424   if (taskdata->td_flags.proxy == TASK_PROXY &&
 1459   if (taskdata->td_flags.proxy != TASK_PROXY) {
 1564   if (taskdata->td_flags.proxy != TASK_PROXY) {
 1659   if (new_taskdata->td_flags.proxy == TASK_PROXY ||
 3850     if (taskdata->td_flags.proxy == TASK_PROXY) {
 3859       if (taskdata->td_flags.proxy == TASK_PROXY)