Searched refs:current_report (Results 1 – 3 of 3) sorted by relevance
638 CHECK_EQ(thr->current_report, nullptr); in OutputReport()639 thr->current_report = rep; in OutputReport()658 thr->current_report = nullptr; in OutputReport()667 thr->current_report = nullptr; in OutputReport()
68 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
234 const ReportDesc *current_report; member