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)):
60 static clock_serv_t clock_monotonic; variable593 host_get_clock_service(host_self, SYSTEM_CLOCK, &clock_monotonic); in darwin_init()629 mach_port_deallocate(mach_task_self(), clock_monotonic); in darwin_init()659 mach_port_deallocate(mach_task_self(), clock_monotonic); in darwin_exit()2189 clock_get_time (clock_monotonic, &sys_time); in usbi_get_monotonic_time()
2905 auto* clock_monotonic = clock_snapshot->add_clocks(); in TEST_F() local2906 clock_monotonic->set_clock_id(protos::pbzero::BUILTIN_CLOCK_MONOTONIC); in TEST_F()2907 clock_monotonic->set_timestamp(1000000); in TEST_F()