Searched refs:OutputReport (Results 1 – 12 of 12) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 62 OutputReport(thr, rep); in ReportMutexMisuse() 123 OutputReport(thr, rep); in MutexDestroy() 495 OutputReport(thr, rep); in ReportDeadlock()
|
D | tsan_mman.cc | 146 OutputReport(thr, rep); in SignalUnsafeCall()
|
D | tsan_rtl_report.cc | 495 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function 671 if (!OutputReport(thr, rep)) in ReportRace()
|
D | tsan_rtl_thread.cc | 210 OutputReport(thr, rep); in ThreadFinalize()
|
D | tsan_rtl.h | 631 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
D | tsan_interceptors.cc | 1822 OutputReport(thr, rep); in CallUserSignalHandler()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cpp | 61 OutputReport(thr, rep); in ReportMutexMisuse() 121 OutputReport(thr, rep); in MutexDestroy() 559 OutputReport(thr, rep); in ReportDeadlock()
|
D | tsan_rtl_report.cpp | 499 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { in OutputReport() function 709 OutputReport(thr, rep); in ReportRace()
|
D | tsan_mman.cpp | 157 OutputReport(thr, rep); in SignalUnsafeCall()
|
D | tsan_rtl_thread.cpp | 223 OutputReport(thr, rep); in ThreadFinalize()
|
D | tsan_rtl.h | 694 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
|
D | tsan_interceptors_posix.cpp | 1984 OutputReport(thr, rep); in CallUserSignalHandler()
|