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

References

projects/openmp/runtime/src/kmp_tasking.cpp
  745   kmp_int32 children = KMP_ATOMIC_DEC(&taskdata->td_allocated_child_tasks) - 1;
  787     children = KMP_ATOMIC_DEC(&taskdata->td_allocated_child_tasks) - 1;
 1073     KMP_ATOMIC_ST_REL(&task->td_allocated_child_tasks, 0);
 1318   KMP_ATOMIC_ST_RLX(&taskdata->td_allocated_child_tasks, 1);
 1344       KMP_ATOMIC_INC(&taskdata->td_parent->td_allocated_child_tasks);
 3939       KMP_ATOMIC_INC(&taskdata->td_parent->td_allocated_child_tasks);