Home
last modified time | relevance | path

Searched refs:OutputReport (Results 1 – 12 of 12) 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()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cpp61 OutputReport(thr, rep); in ReportMutexMisuse()
121 OutputReport(thr, rep); in MutexDestroy()
559 OutputReport(thr, rep); in ReportDeadlock()
Dtsan_rtl_report.cpp499 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
709 OutputReport(thr, rep); in ReportRace()
Dtsan_mman.cpp157 OutputReport(thr, rep); in SignalUnsafeCall()
Dtsan_rtl_thread.cpp223 OutputReport(thr, rep); in ThreadFinalize()
Dtsan_rtl.h694 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
Dtsan_interceptors_posix.cpp1984 OutputReport(thr, rep); in CallUserSignalHandler()