Home
last modified time | relevance | path

Searched refs:other_team (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4210 int other_team = 1 - this_thr->th.th_task_state; local
4211 KMP_DEBUG_ASSERT(other_team >= 0 && other_team < 2);
4212 if (team->t.t_task_team[other_team] == NULL) { // setup other team as well
4213 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));