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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  439   int i = tmp->cg_nthreads--;
projects/openmp/runtime/src/kmp_runtime.cpp
  872   int cg_nthreads = this_thr->th.th_cg_roots->cg_nthreads;
 3785   tmp->cg_nthreads = 1;
 3915   i = root->r.r_uber_thread->th.th_cg_roots->cg_nthreads--;
 4104       int i = tmp->cg_nthreads--;
 4114     this_thr->th.th_cg_roots->cg_nthreads++;
 5478         int i = tmp->cg_nthreads--;
 5568     this_th->th.th_cg_roots->cg_nthreads--;
 5582       if (tmp->cg_nthreads == 0) { // last thread leaves contention group
 7098   tmp->cg_nthreads = 1; // Init counter to one active thread, this one