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_lock.cpp
 1097   ompt_state_t prev_state = ompt_state_undefined;
 1205         if (ompt_enabled.enabled && prev_state != ompt_state_undefined) {
 1220     if (ompt_enabled.enabled && prev_state == ompt_state_undefined) {
projects/openmp/runtime/src/kmp_runtime.cpp
 3969     thread->th.ompt_thread_info.state = ompt_state_undefined;
projects/openmp/runtime/src/kmp_wait_release.h
  435   if (ompt_enabled.enabled && ompt_exit_state != ompt_state_undefined) {
projects/openmp/runtime/src/ompt-general.cpp
   77     FOREACH_OMPT_STATE(ompt_state_macro)
  494   if (thread_state == ompt_state_undefined) {
projects/openmp/runtime/src/ompt-specific.cpp
  225   return ompt_state_undefined;