Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc688 timespec end_abs_ts; in ExclusiveLockWithTimeout() local
689 InitTimeSpec(true, CLOCK_MONOTONIC, ms, ns, &end_abs_ts); in ExclusiveLockWithTimeout()
700 if (ComputeRelativeTimeSpec(&rel_ts, end_abs_ts, now_abs_ts)) { in ExclusiveLockWithTimeout()