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 &&
 3462     team->t.t_task_team[this_thr->th.th_task_state] =
 3463         __kmp_allocate_task_team(this_thr, team);
 3480     int other_team = 1 - this_thr->th.th_task_state;
 3483           __kmp_allocate_task_team(this_thr, team);