Home
last modified time | relevance | path

Searched refs:kMaxLoopSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h54 enum { kMaxLoopSize = 20 }; enumerator
61 } loop[kMaxLoopSize];
H A Dsanitizer_deadlock_detector1.cc131 len = Min<uptr>(len, DDReport::kMaxLoopSize); in ReportDeadlock()