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

References

projects/openmp/runtime/src/ompt-general.cpp
  599   thread = __kmp_thread_from_gtid(gtid);
  600   if (thread == NULL || thread->th.th_current_place < 0)
  600   if (thread == NULL || thread->th.th_current_place < 0)
  602   return thread->th.th_current_place;