Searched refs:clock (Results 1 – 6 of 6) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 225 void InitTimeSpec(bool absolute, int clock, int64_t ms, int32_t ns, timespec* ts) { in InitTimeSpec() argument 228 clock_gettime(clock, ts); in InitTimeSpec() 230 UNUSED(clock); 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 | 1176 int clock = CLOCK_MONOTONIC; in TimedWait() local 1178 int clock = CLOCK_REALTIME; in TimedWait() local 1184 InitTimeSpec(true, clock, ms, ns, &ts); in TimedWait()
|
/art/test/2246-trace-stream/ |
D | expected-stdout.txt | 2 ***** streaming test - dual clock ******* 382 ***** streaming test - wall clock ******* 762 ***** non streaming test - dual clock ******* 1142 ***** non streaming test - wall clock *******
|
/art/test/2246-trace-v2/ |
D | expected-stdout.txt | 2 ***** streaming test - dual clock ******* 388 ***** streaming test - wall clock *******
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 3054 Ljava/lang/ref/SoftReference;->clock:J
|