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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  515   this_thr = __kmp_threads[global_tid];
  516   serial_team = this_thr->th.th_serial_team;
  518   kmp_task_team_t *task_team = this_thr->th.th_task_team;
  521     __kmp_task_team_wait(this_thr, serial_team USE_ITT_BUILD_ARG(NULL));
  533       this_thr->th.ompt_thread_info.state != ompt_state_overhead) {
  534     OMPT_CUR_TASK_INFO(this_thr)->frame.exit_frame = ompt_data_none;
  537           ompt_scope_end, NULL, OMPT_CUR_TASK_DATA(this_thr), 1,
  538           OMPT_CUR_TASK_INFO(this_thr)->thread_num, ompt_task_implicit);
  551     __ompt_lw_taskteam_unlink(this_thr);
  552     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
  577   this_thr->th.th_def_allocator = serial_team->t.t_def_allocator; // restore
  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 */
  597     this_thr->th.th_team_master =
  599     this_thr->th.th_team_serialized = this_thr->th.th_team->t.t_serialized;
  599     this_thr->th.th_team_serialized = this_thr->th.th_team->t.t_serialized;
  602     this_thr->th.th_dispatch =
  603         &this_thr->th.th_team->t.t_dispatch[serial_team->t.t_master_tid];
  605     __kmp_pop_current_task_from_thread(this_thr);
  607     KMP_ASSERT(this_thr->th.th_current_task->td_flags.executing == 0);
  608     this_thr->th.th_current_task->td_flags.executing = 1;
  612       this_thr->th.th_task_team =
  613           this_thr->th.th_team->t.t_task_team[this_thr->th.th_task_state];
  613           this_thr->th.th_team->t.t_task_team[this_thr->th.th_task_state];
  631     this_thr->th.ompt_thread_info.state =
  632         ((this_thr->th.th_team_serialized) ? ompt_state_work_serial