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

References

projects/openmp/runtime/src/kmp_barrier.cpp
 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) {
projects/openmp/runtime/src/kmp_runtime.cpp
 7314       this_thr->th.ompt_thread_info.state == ompt_state_wait_barrier_implicit) {
projects/openmp/runtime/src/kmp_wait_release.h
  126   if (ompt_state == ompt_state_wait_barrier_implicit) {
  258     if (!final_spin || ompt_entry_state != ompt_state_wait_barrier_implicit ||
projects/openmp/runtime/src/ompt-general.cpp
   77     FOREACH_OMPT_STATE(ompt_state_macro)