Searched refs:clock_monotonic (Results 1 – 3 of 3) sorted by relevance
89 clock_monotonic = GetClockGetTimeClockNumber(plat)106 if clock_gettime(clock_monotonic, ctypes.pointer(ts)):
1062 int64_t clock_monotonic = 0; in ParseClockSnapshot() local1071 clock_monotonic = static_cast<int64_t>(clk.timestamp()); in ParseClockSnapshot()1076 PERFETTO_DCHECK(clock_boottime > 0 && clock_monotonic > 0 && in ParseClockSnapshot()1091 if (clock_monotonic > 0) in ParseClockSnapshot()1092 ct->SyncClocks(ClockDomain::kMonotonic, clock_monotonic, clock_boottime); in ParseClockSnapshot()
69 static clock_serv_t clock_monotonic; variable537 host_get_clock_service(host_self, SYSTEM_CLOCK, &clock_monotonic); in darwin_init()554 mach_port_deallocate(mach_task_self(), clock_monotonic); in darwin_exit()1978 clock_ref = clock_monotonic; in darwin_clock_gettime()