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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
  105   DDLogicalThread *lt = cb->lt;
  120   DDLogicalThread *lt = cb->lt;
  153   DDLogicalThread *lt = cb->lt;
  174   dd.onUnlock(&cb->lt->dd, m->id);
  187   if (!cb->lt->report_pending)
  189   cb->lt->report_pending = false;
  190   return &cb->lt->rep;
projects/compiler-rt/lib/tsan/dd/dd_rtl.cpp
   59   lt = thr->dd_lt;
projects/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
   35     DDCallback::lt = thr->dd_lt;