Home
last modified time | relevance | path

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

/art/runtime/base/
Dmutex.cc49 static bool ComputeRelativeTimeSpec(timespec* result_ts, const timespec& lhs, const timespec& rhs) { in ComputeRelativeTimeSpec() function
772 if (ComputeRelativeTimeSpec(&rel_ts, end_abs_ts, now_abs_ts)) { in ExclusiveLockWithTimeout()