Searched refs:kMaxRecoveringErrorCount (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dtracing.cpp50 static const uint32 kMaxRecoveringErrorCount = 100; variable
595 while (errorCount <= kMaxRecoveringErrorCount) {
667 if (errorCount > kMaxRecoveringErrorCount) {

Completed in 42 milliseconds