Home
last modified time | relevance | path

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

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