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

References

projects/openmp/runtime/src/kmp_taskdeps.cpp
   37   node->dn.successors = NULL;
   38   node->dn.task = NULL; // will point to the rigth task
   41     node->dn.mtx_locks[i] = NULL;
   42   node->dn.mtx_num_locks = 0;
   43   __kmp_init_lock(&node->dn.lock);
   44   KMP_ATOMIC_ST_RLX(&node->dn.nrefs, 1); // init creates the first reference