Searched refs:current_report (Results 1 – 3 of 3) sorted by relevance
500 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()
60 return const_cast<ReportDesc*>(cur_thread()->current_report); in __tsan_get_current_report()
438 const ReportDesc *current_report; member