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

References

projects/openmp/runtime/src/kmp_runtime.cpp
 5682     this_thr->th.ompt_thread_info.parallel_flags = 0;
 7060    this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_team;
 7153   this_thr->th.ompt_thread_info.parallel_flags |= ompt_parallel_league;
projects/openmp/runtime/src/kmp_wait_release.h
  143         int flags = this_thr->th.ompt_thread_info.parallel_flags;