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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5575     if (tmp->cg_root == this_th) { // Thread is a cg_root
 5579       this_th->th.th_cg_roots = tmp->up;
 5580       __kmp_free(tmp);
 5582       if (tmp->cg_nthreads == 0) { // last thread leaves contention group
 5583         __kmp_free(tmp);