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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 7314       this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) {
 7315     int ds_tid = this_thr->th.th_info.ds.ds_tid;
 7316     ompt_data_t *task_data = OMPT_CUR_TASK_DATA(this_thr);
 7317     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 7323       codeptr = OMPT_CUR_TEAM_INFO(this_thr)->master_return_address;
 7344   KMP_ASSERT(this_thr->th.th_team == team);