Home
last modified time | relevance | path

Searched refs:timespec (Results 1 – 9 of 9) sorted by relevance

/art/libartbase/base/
Dtime_utils.cc142 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()
Dtime_utils.h102 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts);
/art/openjdkjvmti/
Dti_timers.cc79 struct timespec now; in GetTime()
/art/runtime/base/
Dmutex.cc49 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()
Dmutex-inl.h41 static inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, in futex()
/art/runtime/
Dthread.cc338 timespec timespec; in Park() local
342 timespec.tv_nsec = (time % 1000) * 1000000; in Park()
343 timespec.tv_sec = time / 1000; in Park()
351 &timespec, in Park()
356 timespec.tv_sec = time / 1000000000; in Park()
357 timespec.tv_nsec = time % 1000000000; in Park()
361 &timespec, in Park()
1380 timespec now; in GetCpuMicroTime()
Dthread_list.cc728 timespec wait_timeout; in SuspendAllInternal()
/art/perfetto_hprof/
Dperfetto_hprof.cc509 struct timespec ts = {}; in DumpPerfetto()
/art/dex2oat/
Ddex2oat.cc663 timespec timeout_ts; in Wait()