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

References

projects/openmp/runtime/src/kmp_itt.inl
  525         loc = thr->th.th_ident;
  529         if (loc != NULL) {
  530           src = loc->psource;
  531           expl = (loc->flags & KMP_IDENT_BARRIER_EXPL) != 0;
  532           impl = (loc->flags & KMP_IDENT_BARRIER_IMPL) != 0;
  535           switch (loc->flags & KMP_IDENT_BARRIER_IMPL_MASK) {
  566         loc = team->t.t_ident;
  567         if (loc != NULL) {
  568           src = loc->psource;