HomeSort by relevance Sort by last modified time
    Searched refs:InitTimeSpec (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/
mutex.cc 566 InitTimeSpec(true, CLOCK_MONOTONIC, ms, ns, &end_abs_ts);
575 InitTimeSpec(true, CLOCK_MONOTONIC, 0, 0, &now_abs_ts);
598 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts);
803 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts);
835 InitTimeSpec(true, clock, ms, ns, &ts);
    [all...]
  /art/runtime/
utils.h 445 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
utils.cc 195 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) {
    [all...]
  /art/dex2oat/
dex2oat.cc 693 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts);
    [all...]

Completed in 454 milliseconds