HomeSort by relevance Sort by last modified time
    Searched refs:current_report (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_debugging.cc 60 return const_cast<ReportDesc*>(cur_thread()->current_report);
tsan_rtl_report.cc 500 CHECK_EQ(thr->current_report, nullptr);
501 thr->current_report = rep;
523 thr->current_report = nullptr;
532 thr->current_report = nullptr;
tsan_rtl.h 438 const ReportDesc *current_report; member in struct:__tsan::ThreadState

Completed in 180 milliseconds