HomeSort by: relevance | last modified time | path
    Searched refs:current_report (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_report.cc 508 CHECK_EQ(thr->current_report, nullptr);
509 thr->current_report = rep;
531 thr->current_report = nullptr;
540 thr->current_report = nullptr;
tsan_debugging.cc 63 return const_cast<ReportDesc*>(cur_thread()->current_report);
tsan_rtl.h 454 const ReportDesc *current_report; member in struct:__tsan::ThreadState

Completed in 13 milliseconds