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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 4454   team->t.t_master_tid = 0; /* not needed */
 4456   team->t.t_serialized = new_nproc > 1 ? 0 : 1;
 4457   team->t.t_nproc = new_nproc;
 4460   team->t.t_next_pool = NULL;
 4464   TCW_SYNC_PTR(team->t.t_pkfn, NULL); /* not needed */
 4465   team->t.t_invoke = NULL; /* not needed */
 4468   team->t.t_sched.sched = new_icvs->sched.sched;
 4471   team->t.t_fp_control_saved = FALSE; /* not needed */
 4472   team->t.t_x87_fpu_control_word = 0; /* not needed */
 4473   team->t.t_mxcsr = 0; /* not needed */
 4476   team->t.t_construct = 0;
 4478   team->t.t_ordered.dt.t_value = 0;
 4479   team->t.t_master_active = FALSE;
 4488   team->t.t_control_stack_top = NULL;
 4490   __kmp_reinitialize_team(team, new_icvs, loc);