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