Searched refs:other_team (Results 1 – 1 of 1) sorted by relevance
4210 int other_team = 1 - this_thr->th.th_task_state; local4211 KMP_DEBUG_ASSERT(other_team >= 0 && other_team < 2);4212 if (team->t.t_task_team[other_team] == NULL) { // setup other team as well4213 team->t.t_task_team[other_team] = __kmp_allocate_task_team(this_thr, team);4217 team->t.t_task_team[other_team], team->t.t_id, other_team));4220 kmp_task_team_t *task_team = team->t.t_task_team[other_team];4227 team->t.t_task_team[other_team], team->t.t_id, other_team));