Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h232 enable_monitor_timeout_ = true; in setEnableMonitorTimeout()
293 bool enable_monitor_timeout_ = false; variable
Dmutex.cc462 uint64_t wait_start_ms = enable_monitor_timeout_ ? MilliTime() : 0; in ExclusiveLock()
472 enable_monitor_timeout_ ? &timeout_ts : nullptr , nullptr, 0) != 0) { in ExclusiveLock()