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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cc81 OutputReport(thr, rep);
H A Dtsan_rtl_mutex.cc66 OutputReport(thr, rep);
134 OutputReport(thr, rep);
491 OutputReport(thr, rep);
H A Dtsan_rtl_thread.cc211 OutputReport(thr, rep);
H A Dtsan_rtl_report.cc509 bool OutputReport(ThreadState *thr, const ScopedReport &srep) { function in namespace:__tsan
717 if (!OutputReport(thr, rep))
H A Dtsan_rtl.h553 bool OutputReport(ThreadState *thr, const ScopedReport &srep);
H A Dtsan_interceptors.cc1695 pc += 1; // return address is expected, OutputReport() will undo this
1714 OutputReport(thr, rep);

Completed in 95 milliseconds