Searched refs:timespec (Results 1 – 11 of 11) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 139 timespec now; in GetIsoDate() 157 timespec now; in MilliTime() 169 timespec now; in MicroTime() 181 timespec now; in NanoTime() 193 timespec now; in ThreadCpuNanoTime() 204 timespec now; in ProcessCpuNanoTime() 219 timespec tm; in NanoSleep() 225 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
D | time_utils.h | 124 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
|
/art/runtime/base/ |
D | mutex.cc | 65 static bool ComputeRelativeTimeSpec(timespec* result_ts, const timespec& lhs, const timespec& rhs) { in ComputeRelativeTimeSpec() 483 timespec timeout_ts; in ExclusiveLock() 872 timespec end_abs_ts; in ExclusiveLockWithTimeout() 881 timespec now_abs_ts; in ExclusiveLockWithTimeout() 883 timespec rel_ts; in ExclusiveLockWithTimeout() 911 timespec ts; in ExclusiveLockWithTimeout() 1080 /* Threads to requeue*/ reinterpret_cast<const timespec*>(count), in RequeueWaiters() 1149 timespec rel_ts; in TimedWait() 1183 timespec ts; in TimedWait()
|
D | mutex-inl.h | 38 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, in futex()
|
/art/openjdkjvmti/ |
D | ti_timers.cc | 79 struct timespec now; in GetTime()
|
/art/libarttools/ |
D | tools.cc | 69 timespec now; in MilliTime()
|
/art/runtime/ |
D | exec_utils.cc | 344 timespec t; in GetUptimeMs()
|
D | thread.cc | 351 timespec timespec; in Park() local 355 timespec.tv_nsec = (time % 1000) * 1000000; in Park() 356 timespec.tv_sec = SaturatedTimeT(time / 1000); in Park() 364 ×pec, in Park() 369 timespec.tv_sec = SaturatedTimeT(time / 1000000000); in Park() 370 timespec.tv_nsec = time % 1000000000; in Park() 374 ×pec, in Park() 1456 timespec now; in GetCpuMicroTime()
|
D | thread_list.cc | 673 timespec wait_timeout; in WaitOnceForSuspendBarrier()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 161 struct timespec ts = {}; in GetCurrentBootClockNs()
|
/art/dex2oat/ |
D | dex2oat.cc | 385 timespec timeout_ts; in Wait()
|