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

  /art/runtime/base/
time_utils.h 90 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
time_utils.cc 191 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) {
mutex.cc 689 InitTimeSpec(true, CLOCK_MONOTONIC, ms, ns, &end_abs_ts);
698 InitTimeSpec(true, CLOCK_MONOTONIC, 0, 0, &now_abs_ts);
724 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts);
    [all...]
  /art/dex2oat/
dex2oat.cc 543 InitTimeSpec(true, CLOCK_REALTIME, timeout_in_milliseconds_, 0, &timeout_ts);
545 InitTimeSpec(true, CLOCK_MONOTONIC, timeout_in_milliseconds_, 0, &timeout_ts);
    [all...]
  /art/runtime/
thread_list.cc 749 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout);
    [all...]

Completed in 274 milliseconds