reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  504   if (!flags()->report_bugs || thr->suppress_reports)
  508   CHECK_EQ(thr->current_report, nullptr);
  509   thr->current_report = rep;
  526     bool old_is_freeing = thr->is_freeing;
  527     thr->is_freeing = false;
  529     thr->is_freeing = old_is_freeing;
  531       thr->current_report = nullptr;
  540   thr->current_report = nullptr;