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

Declarations

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  694 bool OutputReport(ThreadState *thr, const ScopedReport &srep);

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1934       OutputReport(thr, rep);
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  150   OutputReport(thr, rep);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
   61   OutputReport(thr, rep);
  121     OutputReport(thr, rep);
  536   OutputReport(thr, rep);
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  711   if (!OutputReport(thr, rep))
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
  220     OutputReport(thr, rep);