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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7095   tmp->cg_root = thr; // Make thr the CG root
 7097   tmp->cg_thread_limit = thr->th.th_current_task->td_icvs.thread_limit;
 7098   tmp->cg_nthreads = 1; // Init counter to one active thread, this one
 7102   tmp->up = thr->th.th_cg_roots;
 7103   thr->th.th_cg_roots = tmp;