Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.h229 enable_monitor_timeout_ = true; in setEnableMonitorTimeout()
290 bool enable_monitor_timeout_ = false; variable
Dmutex.cc461 uint64_t wait_start_ms = enable_monitor_timeout_ ? MilliTime() : 0; in ExclusiveLock()
468 enable_monitor_timeout_ ? &timeout_ts : nullptr , nullptr, 0) != 0) { in ExclusiveLock()