Lines Matching defs:team
432 @param num_threads number of threads per team requested for the teams construct
473 @param num_threads number of threads per team requested for the teams construct
683 /* If necessary, pop the internal control stack values and replace the team
702 /* pop the task team stack */
745 // Restore task state from serial team structure
750 // Copy the task team from the new child / old parent team to the thread.
755 "team %p\n",
766 "depth of serial team %p to %d\n",
843 // 2) set to 0 when a new team is created
882 kmp_team_t *team = this_thr->th.th_team;
886 ompt_scope_begin, &(team->t.ompt_team_info.parallel_data),
887 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
926 kmp_team_t *team = this_thr->th.th_team;
930 ompt_scope_end, &(team->t.ompt_team_info.parallel_data),
931 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
972 kmp_team_t *team = this_thr->th.th_team;
974 ompt_scope_begin, &(team->t.ompt_team_info.parallel_data),
975 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
1013 kmp_team_t *team = this_thr->th.th_team;
1017 ompt_scope_end, &(team->t.ompt_team_info.parallel_data),
1018 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
1056 kmp_team_t *team;
1061 team = __kmp_team_from_gtid(gtid);
1062 lck = (ompt_wait_id_t)(uintptr_t)&team->t.t_ordered.dt.t_value;
1384 // team we have to check this even if we are in a serialized team.
1935 kmp_team_t *team = this_thr->th.th_team;
1943 &(team->t.ompt_team_info.parallel_data),
1944 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
1951 &(team->t.ompt_team_info.parallel_data),
1952 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
1956 &(team->t.ompt_team_info.parallel_data),
1957 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data),
1983 kmp_team_t *team = this_thr->th.th_team;
1989 &(team->t.ompt_team_info.parallel_data),
1990 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data), 1,
2255 address (cpy_data) to a team-private location, then the other threads will each
3581 kmp_team_t *team;
3585 *team_p = team = th->th.th_team;
3586 if (team->t.t_level == th->th.th_teams_level) {
3590 th->th.th_info.ds.ds_tid = team->t.t_master_tid;
3591 th->th.th_team = team->t.t_parent;
3604 __kmp_restore_swapped_teams(kmp_info_t *th, kmp_team_t *team, int task_state) {
3607 th->th.th_team = team;
3608 th->th.th_team_nproc = team->t.t_nproc;
3609 th->th.th_task_team = team->t.t_task_team[task_state];
3624 @result 1 for the primary thread, 0 for all other team threads, 2 for all team
3639 kmp_team_t *team;
3665 teams_swapped = __kmp_swap_teams_for_teams_reduction(th, &team, &task_state);
3670 // property, not a team specific property
3675 // (if both construct-specific and team-specific variables were shared,
3699 // usage: if team size == 1, no synchronization is required ( Intel
3772 __kmp_restore_swapped_teams(th, team, task_state);
3809 // usage: if team size == 1, no synchronization is required ( on Intel
3854 @result 1 for the primary thread, 0 for all other team threads, 2 for all team
3867 kmp_team_t *team;
3894 teams_swapped = __kmp_swap_teams_for_teams_reduction(th, &team, &task_state);
3911 // usage: if team size == 1, no synchronization is required ( Intel
3962 __kmp_restore_swapped_teams(th, team, task_state);
3986 kmp_team_t *team;
3993 teams_swapped = __kmp_swap_teams_for_teams_reduction(th, &team, &task_state);
4030 // usage: if team size==1, no synchronization is required (Intel platforms only)
4087 __kmp_restore_swapped_teams(th, team, task_state);
4151 kmp_team_t *team = th->th.th_team;
4159 gtid, num_dims, !team->t.t_serialized));
4163 if (team->t.t_serialized) {
4164 KA_TRACE(20, ("__kmpc_doacross_init() exit: serialized team\n"));
4165 return; // no dependencies if team is serialized
4167 KMP_DEBUG_ASSERT(team->t.t_nproc > 1);
4170 sh_buf = &team->t.t_disp_buffer[idx % __kmp_dispatch_num_buffers];
4274 kmp_team_t *team = th->th.th_team;
4279 if (team->t.t_serialized) {
4280 KA_TRACE(20, ("__kmpc_doacross_wait() exit: serialized team\n"));
4281 return; // no dependencies if team is serialized
4386 kmp_team_t *team = th->th.th_team;
4391 if (team->t.t_serialized) {
4392 KA_TRACE(20, ("__kmpc_doacross_post() exit: serialized team\n"));
4393 return; // no dependencies if team is serialized
4456 kmp_team_t *team = th->th.th_team;
4460 if (team->t.t_serialized) {
4461 KA_TRACE(20, ("__kmpc_doacross_fini() exit: serialized team %p\n", team));
4470 &team->t.t_disp_buffer[idx % __kmp_dispatch_num_buffers];
4569 kmp_team_t *team = __kmp_threads[gtid]->th.th_team;
4573 &(team->t.ompt_team_info.parallel_data),
4574 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data), 1,
4585 kmp_team_t *team = __kmp_threads[gtid]->th.th_team;
4589 &(team->t.ompt_team_info.parallel_data),
4590 &(team->t.t_implicit_task_taskdata[tid].ompt_task_info.task_data), 1,