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

References

projects/openmp/runtime/src/kmp_csupport.cpp
  871   th = __kmp_threads[gtid];
  882     th->th.ompt_thread_info.wait_id = lck;
  883     th->th.ompt_thread_info.state = ompt_state_wait_ordered;
  895   if (th->th.th_dispatch->th_deo_fcn != 0)
  896     (*th->th.th_dispatch->th_deo_fcn)(&gtid, &cid, loc);
  903     th->th.ompt_thread_info.state = ompt_state_work_parallel;
  904     th->th.ompt_thread_info.wait_id = 0;