Lines Matching defs:team

226   kmp_team_t *team = this_thr->th.th_team;
234 &(team->t.ompt_team_info.parallel_data),
235 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
242 &(team->t.ompt_team_info.parallel_data),
243 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
247 &(team->t.ompt_team_info.parallel_data),
248 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
308 // Set the copyprivate data pointer fo the team, then hit the barrier so that
466 kmp_team_t *team = thr->th.th_team;
482 __kmp_run_before_invoked_task(gtid, tid, thr, team);
1973 // fn: the function each primary thread of new team will call
2114 kmp_team_t *team = thr->th.th_team;
2118 void *reduce_data = KMP_ATOMIC_LD_RLX(&team->t.t_tg_reduce_data[is_ws]);
2120 __kmp_atomic_compare_store(&team->t.t_tg_reduce_data[is_ws], reduce_data,
2125 KMP_ATOMIC_ST_REL(&team->t.t_tg_fini_counter[is_ws], 0);
2126 KMP_ATOMIC_ST_REL(&team->t.t_tg_reduce_data[is_ws], (void *)data);
2130 &team->t.t_tg_reduce_data[is_ws])) == (void *)1) {
2142 (uintptr_t *)KMP_ATOMIC_LD_ACQ(&team->t.t_tg_reduce_data[is_ws]));
2152 kmp_team_t *team = thr->th.th_team;
2183 // if last thread out, then reset the team's reduce data
2186 int count = KMP_ATOMIC_INC(&team->t.t_tg_fini_counter[0]);
2188 KMP_ATOMIC_ST_REL(&team->t.t_tg_reduce_data[0], NULL);
2189 KMP_ATOMIC_ST_REL(&team->t.t_tg_fini_counter[0], 0);
2473 kmp_team_t *team = thr->th.th_team;
2475 // If last thread out of workshare, then reset the team's reduce data
2478 int count = KMP_ATOMIC_INC(&team->t.t_tg_fini_counter[1]);
2481 ((uintptr_t *)KMP_ATOMIC_LD_RLX(&team->t.t_tg_reduce_data[1]));
2482 KMP_ATOMIC_ST_REL(&team->t.t_tg_reduce_data[1], NULL);
2483 KMP_ATOMIC_ST_REL(&team->t.t_tg_fini_counter[1], 0);