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

References

projects/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
  248     if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin);
  250   if (b == 0) return 0;
  252   *thread_id = b->tid;
  255   ThreadContextBase *tctx = ctx->thread_registry->GetThreadLocked(b->tid);
  258   StackTrace stack = StackDepotGet(b->stk);