Searched refs:CLOCK_REALTIME (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | time_utils.h | 89 #ifndef CLOCK_REALTIME 91 #define CLOCK_REALTIME 0xebadf00d macro
|
/art/runtime/base/ |
D | mutex.cc | 746 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts); in ExclusiveLockWithTimeout() 997 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts); in TimedWait() 1024 int clock = CLOCK_REALTIME; in TimedWait()
|
/art/dex2oat/ |
D | dex2oat.cc | 577 InitTimeSpec(true, CLOCK_REALTIME, timeout_in_milliseconds_, 0, &timeout_ts); in Wait()
|