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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2635   root = thread->th.th_root;
 2636   if (__kmp_init_parallel && (!root->r.r_active) &&
 2637       (root->r.r_hot_team->t.t_nproc > new_nth)
 2642     kmp_team_t *hot_team = root->r.r_hot_team;