Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc62 OutputReport(thr, rep); in ReportMutexMisuse()
122 OutputReport(thr, rep); in MutexDestroy()
537 OutputReport(thr, rep); in ReportDeadlock()
H A Dtsan_rtl_report.cc503 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function
711 if (!OutputReport(thr, rep)) in ReportRace()
H A Dtsan_mman.cc151 OutputReport(thr, rep); in SignalUnsafeCall()
H A Dtsan_rtl_thread.cc221 OutputReport(thr, rep); in ThreadFinalize()
H A Dtsan_rtl.h689 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_interceptors.cc1937 OutputReport(thr, rep); in CallUserSignalHandler()