Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.cc50 static constexpr uint64_t kLongWaitMs = 100 * kDebugThresholdFudgeFactor; variable
596 } else if (wait_ms > kLongWaitMs && owners_method != nullptr) { in Lock()