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

References

projects/compiler-rt/lib/tsan/rtl/tsan_report.cpp
  168            (void *)mop->addr, thread_name(thrbuf, mop->tid));
  175            (void *)mop->addr, thread_name(thrbuf, mop->tid));
  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));
  267          thread_name(thrbuf, rt->parent_tid));
  340       Printf("%s:\n", thread_name(thrbuf, rep->unique_tids[i]));