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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 1324     this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier;
 1574     this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 1730     this_thr->th.ompt_thread_info.state = ompt_state_wait_barrier_implicit;
 1988       this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) {
 1993     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
projects/openmp/runtime/src/kmp_csupport.cpp
  533       this_thr->th.ompt_thread_info.state != ompt_state_overhead) {
  552     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
  631     this_thr->th.ompt_thread_info.state =
  883     th->th.ompt_thread_info.state = ompt_state_wait_ordered;
  903     th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1427       prev_state = ti.state;
 1429       ti.state = ompt_state_wait_critical;
 1466       prev_state = ti.state;
 1468       ti.state = ompt_state_wait_critical;
 1489     ti.state = prev_state;
projects/openmp/runtime/src/kmp_gsupport.cpp
  296     enclosing_state = thr->th.ompt_thread_info.state;
  297     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
  313     thr->th.ompt_thread_info.state = enclosing_state;
  341     enclosing_state = thr->th.ompt_thread_info.state;
  342     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
  359     thr->th.ompt_thread_info.state = enclosing_state;
  407     thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 1204       thread->th.ompt_thread_info.state = ompt_state_work_parallel;
projects/openmp/runtime/src/kmp_lock.cpp
 1207           this_thr->th.ompt_thread_info.state = prev_state;
 1222       prev_state = this_thr->th.ompt_thread_info.state;
 1224       this_thr->th.ompt_thread_info.state = ompt_state_wait_lock;
 1260       this_thr->th.ompt_thread_info.state = prev_state;
projects/openmp/runtime/src/kmp_runtime.cpp
 1182       this_thr->th.ompt_thread_info.state != ompt_state_overhead) {
 1360       this_thr->th.ompt_thread_info.state != ompt_state_overhead) {
 1381     this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 1492       master_th->th.ompt_thread_info.state = ompt_state_overhead;
 1546           master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1583           master_th->th.ompt_thread_info.state = ompt_state_overhead;
 1758             master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1793             master_th->th.ompt_thread_info.state = ompt_state_overhead;
 1837             master_th->th.ompt_thread_info.state = ompt_state_overhead;
 1878             master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 1913             master_th->th.ompt_thread_info.state = ompt_state_overhead;
 2159     master_th->th.ompt_thread_info.state = ompt_state_work_parallel;
 2250     master_th->th.ompt_thread_info.state = ompt_state_overhead;
 2261   thread->th.ompt_thread_info.state =
 2307     master_th->th.ompt_thread_info.state = ompt_state_overhead;
 3969     thread->th.ompt_thread_info.state = ompt_state_undefined;
 5679     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 5687     this_thr->th.ompt_thread_info.state = ompt_state_idle;
 5704       this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 5724           this_thr->th.ompt_thread_info.state = ompt_state_work_parallel;
 5741         this_thr->th.ompt_thread_info.state = ompt_state_overhead;
 7314       this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) {
 7317     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
projects/openmp/runtime/src/kmp_tasking.cpp
 1451     thread->th.ompt_thread_info.state = (thread->th.th_team_serialized)
projects/openmp/runtime/src/kmp_wait_release.h
  127     this_thr->th.ompt_thread_info.state = ompt_state_overhead;
  150       this_thr->th.ompt_thread_info.state = ompt_state_idle;
  152       this_thr->th.ompt_thread_info.state = ompt_state_overhead;
  257     ompt_entry_state = this_thr->th.ompt_thread_info.state;
  434   ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state;
  439       ompt_exit_state = this_thr->th.ompt_thread_info.state;
  443       this_thr->th.ompt_thread_info.state = ompt_state_overhead;
projects/openmp/runtime/src/ompt-specific.cpp
  223     return ti->th.ompt_thread_info.state;
projects/openmp/runtime/src/ompt-specific.h
   98   thread->th.ompt_thread_info.state = state;