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()
130 OutputReport(thr, rep); in MutexDestroy()
484 OutputReport(thr, rep); in ReportDeadlock()
Dtsan_mman.cc75 OutputReport(thr, rep); in SignalUnsafeCall()
Dtsan_rtl_report.cc487 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
651 if (!OutputReport(thr, rep)) in ReportRace()
Dtsan_rtl_thread.cc220 OutputReport(thr, rep); in ThreadFinalize()
Dtsan_rtl.h589 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
Dtsan_interceptors.cc1995 OutputReport(thr, rep); in CallUserSignalHandler()