Searched refs:timespec (Results 1 – 9 of 9) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 142 timespec now; in GetIsoDate() 156 timespec now; in MilliTime() 168 timespec now; in MicroTime() 180 timespec now; in NanoTime() 192 timespec now; in ThreadCpuNanoTime() 203 timespec now; in ProcessCpuNanoTime() 218 timespec tm; in NanoSleep() 224 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec()
|
D | time_utils.h | 102 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
|
/art/openjdkjvmti/ |
D | ti_timers.cc | 79 struct timespec now; in GetTime()
|
/art/runtime/base/ |
D | mutex.cc | 49 static bool ComputeRelativeTimeSpec(timespec* result_ts, const timespec& lhs, const timespec& rhs) { in ComputeRelativeTimeSpec() 760 timespec end_abs_ts; in ExclusiveLockWithTimeout() 769 timespec now_abs_ts; in ExclusiveLockWithTimeout() 771 timespec rel_ts; in ExclusiveLockWithTimeout() 798 timespec ts; in ExclusiveLockWithTimeout() 967 /* Threads to requeue*/ reinterpret_cast<const timespec*>(count), in RequeueWaiters() 1036 timespec rel_ts; in TimedWait() 1070 timespec ts; in TimedWait()
|
D | mutex-inl.h | 41 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, in futex()
|
/art/runtime/ |
D | thread.cc | 338 timespec timespec; in Park() local 342 timespec.tv_nsec = (time % 1000) * 1000000; in Park() 343 timespec.tv_sec = time / 1000; in Park() 351 ×pec, in Park() 356 timespec.tv_sec = time / 1000000000; in Park() 357 timespec.tv_nsec = time % 1000000000; in Park() 361 ×pec, in Park() 1380 timespec now; in GetCpuMicroTime()
|
D | thread_list.cc | 728 timespec wait_timeout; in SuspendAllInternal()
|
/art/perfetto_hprof/ |
D | perfetto_hprof.cc | 509 struct timespec ts = {}; in DumpPerfetto()
|
/art/dex2oat/ |
D | dex2oat.cc | 663 timespec timeout_ts; in Wait()
|