Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_tasking.cpp3534 int other_team = 1 - this_thr->th.th_task_state; in __kmp_task_team_setup() local
3535 if (team->t.t_task_team[other_team] == NULL) { // setup other team as well in __kmp_task_team_setup()
3536 team->t.t_task_team[other_team] = in __kmp_task_team_setup()
3541 team->t.t_task_team[other_team], in __kmp_task_team_setup()
3542 ((team != NULL) ? team->t.t_id : -1), other_team)); in __kmp_task_team_setup()
3545 kmp_task_team_t *task_team = team->t.t_task_team[other_team]; in __kmp_task_team_setup()
3560 team->t.t_task_team[other_team], in __kmp_task_team_setup()
3561 ((team != NULL) ? team->t.t_id : -1), other_team)); in __kmp_task_team_setup()