Searched refs:CLOCK_REALTIME (Results 1 – 3 of 3) sorted by relevance
/art/runtime/base/ |
D | time_utils.h | 77 #define CLOCK_REALTIME 0xebadf00d macro
|
D | mutex.cc | 655 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts); in ExclusiveLockWithTimeout() 892 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts); in TimedWait() 919 int clock = CLOCK_REALTIME; in TimedWait()
|
/art/dex2oat/ |
D | dex2oat.cc | 441 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts); in Wait()
|