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

References

projects/openmp/runtime/src/kmp_csupport.cpp
 1389   ompt_state_t prev_state = ompt_state_undefined;
projects/openmp/runtime/src/kmp_gsupport.cpp
  289   ompt_state_t enclosing_state;
  336   ompt_state_t enclosing_state;
projects/openmp/runtime/src/kmp_lock.cpp
 1097   ompt_state_t prev_state = ompt_state_undefined;
projects/openmp/runtime/src/kmp_wait_release.h
  123                                      ompt_state_t ompt_state,
  254   ompt_state_t ompt_entry_state;
  434   ompt_state_t ompt_exit_state = this_thr->th.ompt_thread_info.state;
projects/openmp/runtime/src/ompt-general.cpp
   54   ompt_state_t state_id;
projects/openmp/runtime/src/ompt-internal.h
   81   ompt_state_t state;
projects/openmp/runtime/src/ompt-specific.h
   97 inline void ompt_set_thread_state(kmp_info_t *thread, ompt_state_t state) {