Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc42 static constexpr int kMonitorTimeoutTryMax = 5; variable
476 if (try_times <= kMonitorTimeoutTryMax) { in ExclusiveLock()