Lines Matching defs:team
15 NOTE: team->t.t_nproc is a constant inside of any dispatch loop, however
99 kmp_team_t *team;
205 team = th->th.th_team;
208 team = th->th.th_team->t.t_parent;
212 team = th->th.th_team;
216 if (team->t.t_serialized) {
248 nth = team->t.t_nproc;
421 team->t.t_active_level == 1) {
500 kmp_team_t *team;
543 team = th->th.th_team;
546 team_id = team->t.t_master_tid;
547 KMP_DEBUG_ASSERT(nteams == (kmp_uint32)team->t.t_parent->t.t_nproc);
579 // Get the team's chunk first (each team gets at most one chunk)
606 *pupper = *pupperDist; // no iterations available for the team
617 *pupper = *pupperDist; // no iterations available for the team
623 // compute trip count for team's chunk
757 // The routine returns the first chunk distributed to the team and
759 // Last iteration flag set for the team that will execute
770 kmp_team_t *team;
811 team = th->th.th_team;
814 team_id = team->t.t_master_tid;
815 KMP_DEBUG_ASSERT(nteams == (kmp_uint32)team->t.t_parent->t.t_nproc);
856 __kmp_str_format("__kmp_team_static_init exit: T#%%d team%%u liter=%%d "
1054 set of iterations to be executed by the current team from the statically