Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc508 CHECK_EQ(thr->current_report, nullptr); in OutputReport()
509 thr->current_report = rep; in OutputReport()
531 thr->current_report = nullptr; in OutputReport()
540 thr->current_report = nullptr; in OutputReport()
H A Dtsan_debugging.cc69 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
H A Dtsan_rtl.h454 const ReportDesc *current_report; member