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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 1174     if (flags->merged_if0) {
 1176     flags->final = 1;
 1178   if (flags->tiedness == TASK_UNTIED && !team->t.t_serialized) {
 1188   if (flags->proxy == TASK_PROXY || flags->detachable == TASK_DETACHABLE) {
 1188   if (flags->proxy == TASK_PROXY || flags->detachable == TASK_DETACHABLE) {
 1189     if (flags->proxy == TASK_PROXY) {
 1190       flags->tiedness = TASK_UNTIED;
 1191       flags->merged_if0 = 1;
 1282   if (flags->proxy == TASK_FULL)
 1285   taskdata->td_flags.tiedness = flags->tiedness;
 1286   taskdata->td_flags.final = flags->final;
 1287   taskdata->td_flags.merged_if0 = flags->merged_if0;
 1288   taskdata->td_flags.destructors_thunk = flags->destructors_thunk;
 1289   taskdata->td_flags.proxy = flags->proxy;
 1290   taskdata->td_flags.detachable = flags->detachable;
 1314   taskdata->td_flags.native = flags->native;
 1323   if (flags->tiedness == TASK_UNTIED)
 1334   if (flags->proxy == TASK_PROXY ||
 1335       flags->detachable == TASK_DETACHABLE ||