Searched refs:clock (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 217 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() argument 220 clock_gettime(clock, ts); in InitTimeSpec() 222 UNUSED(clock); in InitTimeSpec()
|
D | time_utils.h | 101 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
|
/art/runtime/base/ |
D | mutex.cc | 957 int clock = CLOCK_MONOTONIC; in TimedWait() local 959 int clock = CLOCK_REALTIME; in TimedWait() local 965 InitTimeSpec(true, clock, ms, ns, &ts); in TimedWait()
|