Home
last modified time | relevance | path

Searched refs:OutputReport (Results 1 – 6 of 6) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc62 OutputReport(thr, rep); in ReportMutexMisuse()
123 OutputReport(thr, rep); in MutexDestroy()
495 OutputReport(thr, rep); in ReportDeadlock()
Dtsan_mman.cc146 OutputReport(thr, rep); in SignalUnsafeCall()
Dtsan_rtl_report.cc495 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
671 if (!OutputReport(thr, rep)) in ReportRace()
Dtsan_rtl_thread.cc210 OutputReport(thr, rep); in ThreadFinalize()
Dtsan_rtl.h631 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
Dtsan_interceptors.cc1822 OutputReport(thr, rep); in CallUserSignalHandler()