Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h236 enable_monitor_timeout_ = true; in setEnableMonitorTimeout()
297 bool enable_monitor_timeout_ = false; variable
Dmutex.cc480 uint64_t wait_start_ms = enable_monitor_timeout_ ? MilliTime() : 0; in ExclusiveLock()
490 enable_monitor_timeout_ ? &timeout_ts : nullptr , nullptr, 0) != 0) { in ExclusiveLock()