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

References

projects/openmp/runtime/src/kmp_wait_release.h
  187   th_gtid = this_thr->th.th_info.ds.ds_gtid;
  189     kmp_team_t *team = this_thr->th.th_team;
  195     KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true);
  257     ompt_entry_state = this_thr->th.ompt_thread_info.state;
  259         KMP_MASTER_TID(this_thr->th.th_info.ds.ds_tid)) {
  261           this_thr->th.th_team->t.ompt_serialized_team_info;
  265         tId = OMPT_CUR_TASK_DATA(this_thr);
  268       tId = &(this_thr->th.ompt_thread_info.task_data);
  271                        this_thr->th.th_task_team == NULL)) {
  273       __ompt_implicit_task_end(this_thr, ompt_entry_state, tId);
  314       hibernate_goal = KMP_NOW() + this_thr->th.th_team_bt_intervals;
  326       task_team = this_thr->th.th_task_team;
  338                 this_thr, th_gtid, final_spin,
  341             this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  347             __ompt_implicit_task_end(this_thr, ompt_entry_state, tId);
  349           this_thr->th.th_task_team = NULL;
  350           this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  353         this_thr->th.th_reap_state = KMP_SAFE_TO_REAP;
  379       kmp_team_t *team = this_thr->th.th_team;
  414       KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false);
  419       KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, true);
  427                this_thr->th.th_reap_state == KMP_SAFE_TO_REAP) {
  428       this_thr->th.th_reap_state = KMP_NOT_SAFE_TO_REAP;
  434   ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state;
  438       __ompt_implicit_task_end(this_thr, ompt_exit_state, tId);
  439       ompt_exit_state = this_thr->th.ompt_thread_info.state;
  443       this_thr->th.ompt_thread_info.state = ompt_state_overhead;
  458     KMP_ATOMIC_ST_REL(&this_thr->th.th_blocking, false);
  462     kmp_team_t *team = this_thr->th.th_team;
  467         kmp_task_team_t *task_team = this_thr->th.th_task_team;