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
  135   *tid = loc->tid;
projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp
  204              thread_name(thrbuf, loc->tid));
  208              thread_name(thrbuf, loc->tid));
  212     Printf("  Location is stack of %s.\n\n", thread_name(thrbuf, loc->tid));
  214     Printf("  Location is TLS of %s.\n\n", thread_name(thrbuf, loc->tid));
  217         loc->fd, thread_name(thrbuf, loc->tid));
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  320     loc->tid = creat_tid;
  341     loc->tid = tctx ? tctx->tid : b->tid;
  352     loc->tid = tctx->tid;