reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 node->dn.task = NULL; // will point to the rigth task 226 kmp_taskdata_t *task_source = KMP_TASK_TO_TASKDATA(source->dn.task); 246 if (dep->dn.task) { 248 if (dep->dn.task) { 271 if (sink->dn.task) { 274 if (sink->dn.task) { 469 node->dn.task = task;projects/openmp/runtime/src/kmp_taskdeps.h
107 node->dn.task = 120 if (successor->dn.task) { 124 __kmp_omp_task(gtid, successor->dn.task, false);