Searched refs:CLOCK_REALTIME (Results 1 – 4 of 4) sorted by relevance
/art/libartbase/base/ |
D | time_utils.h | 91 #ifndef CLOCK_REALTIME 93 #define CLOCK_REALTIME 0xebadf00d macro
|
D | time_utils.cc | 143 clock_gettime(CLOCK_REALTIME, &now); in GetIsoDate()
|
/art/runtime/base/ |
D | mutex.cc | 799 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts); in ExclusiveLockWithTimeout() 1037 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts); in TimedWait() 1065 int clock = CLOCK_REALTIME; in TimedWait()
|
/art/dex2oat/ |
D | dex2oat.cc | 665 InitTimeSpec(true, CLOCK_REALTIME, timeout_in_milliseconds_, 0, &timeout_ts); in Wait()
|