Lines Matching defs:team
105 __kmp_initialize_self_buffer(kmp_team_t *team, T id,
113 kmp_info_t *th = __kmp_threads[__kmp_gtid_from_tid((int)id, team)];
176 // to the scheduling (often the number of threads in a team, but not always if
179 // between 0 and nproc - 1. This is often just the thread id within a team, but
199 kmp_team_t *team;
220 team = th->th.th_team;
221 active = !team->t.t_serialized;
227 team->t.t_active_level == 1;
267 schedule = team->t.t_sched.r_sched_type;
281 chunk = team->t.t_sched.chunk;
336 schedule = team->t.t_sched.r_sched_type;
348 chunk = team->t.t_sched.chunk * chunk;
471 for (int i = 0; i < team->t.t_nproc; ++i) {
472 kmp_hw_core_type_t type = (kmp_hw_core_type_t)team->t.t_threads[i]
474 int id = team->t.t_threads[i]->th.th_topology_ids.os_id;
477 team->t.t_threads[i]->th.th_info.ds.ds_tid;
688 /* team->t.t_nproc == 1: fall-through to kmp_sch_static_greedy */
818 /* team->t.t_nproc == 1: fall-through to kmp_sch_static_greedy */
942 // free all the hierarchy scheduling memory associated with the team
943 void __kmp_dispatch_free_hierarchies(kmp_team_t *team) {
944 int num_disp_buff = team->t.t_max_nproc > 1 ? __kmp_dispatch_num_buffers : 2;
949 &team->t.t_disp_buffer[i]);
969 kmp_team_t *team;
1003 team = th->th.th_team;
1004 active = !team->t.t_serialized;
1052 team->t.t_active_level == 1;
1068 &team->t.t_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]);
1108 // Only report metadata by primary thread of active team at level 1
1338 kmp_team_t *team = th->th.th_team;
1407 &team->t.t_dispatch[victimId].th_disp_buffer[idx]);
1413 &team->t.t_dispatch[victimId].th_disp_buffer[idx]);
1427 __kmp_initialize_self_buffer<T>(team, id, pr, nchunks, nproc,
1550 &team->t.t_dispatch[victimId].th_disp_buffer[idx]);
1556 &team->t.t_dispatch[victimId].th_disp_buffer[idx]);
1570 __kmp_initialize_self_buffer<T>(team, id, pr, nchunks, nproc,
2201 kmp_team_t *team = th->th.th_team;
2209 if (team->t.t_serialized) {
2375 &team->t.t_dispatch[i].th_disp_buffer[idx]);
2471 kmp_team_t *team;
2483 team = th->th.th_team;
2484 active = !team->t.t_serialized;
2502 &team->t.t_disp_buffer[my_buffer_index % __kmp_dispatch_num_buffers]);
2558 kmp_team_t *team = th->th.th_team;
2565 KMP_DEBUG_ASSERT(!team->t.t_serialized);
2672 kmp_team_t *team;
2711 team = th->th.th_team;
2714 team_id = team->t.t_master_tid;
2715 KMP_DEBUG_ASSERT(nteams == (kmp_uint32)team->t.t_parent->t.t_nproc);
2855 regular iterations dispatching we need to calc per-team iteration space.
3048 // note: we may not belong to a team at this point
3076 // note: we may not belong to a team at this point