Searched refs:InitTimeSpec (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/ |
D | time_utils.h | 85 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
|
D | mutex.cc | 620 InitTimeSpec(true, CLOCK_MONOTONIC, ms, ns, &end_abs_ts); in ExclusiveLockWithTimeout() 629 InitTimeSpec(true, CLOCK_MONOTONIC, 0, 0, &now_abs_ts); in ExclusiveLockWithTimeout() 652 InitTimeSpec(true, CLOCK_REALTIME, ms, ns, &ts); in ExclusiveLockWithTimeout() 872 InitTimeSpec(false, CLOCK_REALTIME, ms, ns, &rel_ts); in TimedWait() 905 InitTimeSpec(true, clock, ms, ns, &ts); in TimedWait()
|
D | time_utils.cc | 176 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() function
|
/art/dex2oat/ |
D | dex2oat.cc | 415 InitTimeSpec(true, CLOCK_REALTIME, multiplier * kWatchDogTimeoutSeconds * 1000, 0, &timeout_ts); in Wait()
|