Home
last modified time | relevance | path

Searched refs:current_report (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc500 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
501 thr->current_report = rep; in OutputReport()
523 thr->current_report = nullptr; in OutputReport()
532 thr->current_report = nullptr; in OutputReport()
Dtsan_debugging.cc60 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
Dtsan_rtl.h438 const ReportDesc *current_report; member