Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h1016 uint64_t GetMonitorTimeoutNs() const { in GetMonitorTimeoutNs() function
/aosp12/art/runtime/base/
H A Dmutex.cc466 timeout_ts.tv_nsec = Runtime::Current()->GetMonitorTimeoutNs(); in ExclusiveLock()