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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 2300   parent_team = team->t.t_parent;
 2343       __kmp_join_restore_state(master_th, parent_team);
 2452       __kmp_join_ompt(gtid, master_th, parent_team, &ompt_parallel_data,
 2464   master_th->th.th_dispatch = &parent_team->t.t_dispatch[team->t.t_master_tid];
 2519   master_th->th.th_team = parent_team;
 2520   master_th->th.th_team_nproc = parent_team->t.t_nproc;
 2521   master_th->th.th_team_master = parent_team->t.t_threads[0];
 2522   master_th->th.th_team_serialized = parent_team->t.t_serialized;
 2525   if (parent_team->t.t_serialized &&
 2526       parent_team != master_th->th.th_serial_team &&
 2527       parent_team != root->r.r_root_team) {
 2530     master_th->th.th_serial_team = parent_team;
 2548         parent_team->t.t_task_team[master_th->th.th_task_state];
 2568     __kmp_join_ompt(gtid, master_th, parent_team, parallel_data, flags,