reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2299   team = master_th->th.th_team;
 2300   parent_team = team->t.t_parent;
 2305   void *team_microtask = (void *)team->t.t_pkfn;
 2323   if (team->t.t_serialized) {
 2326       int level = team->t.t_level;
 2331         team->t.t_level++;
 2336         team->t.t_serialized++;
 2350   master_active = team->t.t_master_active;
 2355     __kmp_internal_join(loc, gtid, team);
 2364   ompt_data_t *parallel_data = &(team->t.ompt_team_info.parallel_data);
 2365   void *codeptr = team->t.ompt_team_info.master_return_address;
 2371         (__itt_caller)team->t
 2376   if (team->t.t_active_level == 1 &&
 2383       __kmp_itt_frame_submit(gtid, team->t.t_region_time,
 2393       team->t.t_pkfn != (microtask_t)__kmp_teams_master &&
 2394       team->t.t_level == master_th->th.th_teams_level + 1) {
 2403         int ompt_team_size = team->t.t_nproc;
 2415     team->t.t_level--;
 2416     team->t.t_active_level--;
 2426       kmp_info_t **other_threads = team->t.t_threads;
 2427       team->t.t_nproc = new_num;
 2437           balign[b].bb.b_arrived = team->t.t_bar[b].b_arrived;
 2461   master_th->th.th_info.ds.ds_tid = team->t.t_master_tid;
 2462   master_th->th.th_local.this_construct = team->t.t_master_this_cons;
 2464   master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid];
 2472       team->t.t_level > master_th->th.th_teams_level) {
 2485       int ompt_team_size = (flags == ompt_task_initial) ? 0 : team->t.t_nproc;
 2501   master_th->th.th_first_place = team->t.t_first_place;
 2502   master_th->th.th_last_place = team->t.t_last_place;
 2504   master_th->th.th_def_allocator = team->t.t_def_allocator;
 2506   updateHWFPControl(team);
 2511   __kmp_free_team(root, team USE_NESTED_HOT_ARG(