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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 53 struct DDReport {
88 virtual DDReport *GetReport(DDCallback *cb) { return nullptr; }
sanitizer_deadlock_detector1.cc 32 DDReport rep;
56 DDReport *GetReport(DDCallback *cb) override;
131 len = Min<uptr>(len, DDReport::kMaxLoopSize);
132 DDReport *rep = &lt->rep;
187 DDReport *DD::GetReport(DDCallback *cb) {
sanitizer_deadlock_detector2.cc 59 DDReport rep;
100 DDReport *GetReport(DDCallback *cb);
406 DDReport *rep = &pt->rep;
420 DDReport *DD::GetReport(DDCallback *cb) {
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 39 static void ReportDeadlock(Thread *thr, DDReport *rep) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 26 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r);
472 void ReportDeadlock(ThreadState *thr, uptr pc, DDReport *r) {

Completed in 56 milliseconds