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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  516   serial_team = this_thr->th.th_serial_team;
  521     __kmp_task_team_wait(this_thr, serial_team USE_ITT_BUILD_ARG(NULL));
  525   KMP_ASSERT(serial_team->t.t_serialized);
  547           &(serial_team->t.ompt_team_info.parallel_data), parent_task_data,
  558   top = serial_team->t.t_control_stack_top;
  559   if (top && top->serial_nesting_level == serial_team->t.t_serialized) {
  560     copy_icvs(&serial_team->t.t_threads[0]->th.th_current_task->td_icvs, top);
  561     serial_team->t.t_control_stack_top = top->next;
  566   serial_team->t.t_level--;
  572         serial_team->t.t_dispatch->th_disp_buffer;
  573     serial_team->t.t_dispatch->th_disp_buffer =
  574         serial_team->t.t_dispatch->th_disp_buffer->next;
  577   this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore
  579   --serial_team->t.t_serialized;
  580   if (serial_team->t.t_serialized == 0) {
  585     if (__kmp_inherit_fp_control && serial_team->t.t_fp_control_saved) {
  587       __kmp_load_x87_fpu_control_word(&serial_team->t.t_x87_fpu_control_word);
  588       __kmp_load_mxcsr(&serial_team->t.t_mxcsr);
  592     this_thr->th.th_team = serial_team->t.t_parent;
  593     this_thr->th.th_info.ds.ds_tid = serial_team->t.t_master_tid;
  596     this_thr->th.th_team_nproc = serial_team->t.t_parent->t.t_nproc; /*  JPH */
  598         serial_team->t.t_parent->t.t_threads[0]; /* JPH */
  603         &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid];