Searched refs:CLOCK_REALTIME (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
H A Dmutex.cc558 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &end_abs_ts);
567 InitTimeSpec(true, CLOCK_REALTIME, 0, 0, &now_abs_ts);
590 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts);
789 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts);
815 int clock = CLOCK_REALTIME;
/art/runtime/
H A Dutils.h396 #define CLOCK_REALTIME 0xebadf00d macro
/art/dex2oat/
H A Ddex2oat.cc667 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogWarningSeconds * 1000, 0, &warning_ts);
669 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts);

Completed in 211 milliseconds