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

References

projects/openmp/runtime/src/kmp_tasking.cpp
 3460   if (team->t.t_task_team[this_thr->th.th_task_state] == NULL &&
 3461       (always || team->t.t_nproc > 1)) {
 3462     team->t.t_task_team[this_thr->th.th_task_state] =
 3463         __kmp_allocate_task_team(this_thr, team);
 3479   if (team->t.t_nproc > 1) {
 3481     if (team->t.t_task_team[other_team] == NULL) { // setup other team as well
 3482       team->t.t_task_team[other_team] =
 3483           __kmp_allocate_task_team(this_thr, team);
 3491       kmp_task_team_t *task_team = team->t.t_task_team[other_team];
 3493           team->t.t_nproc != task_team->tt.tt_nproc) {
 3494         TCW_4(task_team->tt.tt_nproc, team->t.t_nproc);
 3498                           team->t.t_nproc);