Home
last modified time | relevance | path

Searched refs:clock_monotonic (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py89 clock_monotonic = GetClockGetTimeClockNumber(plat)
106 if clock_gettime(clock_monotonic, ctypes.pointer(ts)):
/external/libusb/libusb/os/
Ddarwin_usb.c60 static clock_serv_t clock_monotonic; variable
593 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()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc2905 auto* clock_monotonic = clock_snapshot->add_clocks(); in TEST_F() local
2906 clock_monotonic->set_clock_id(protos::pbzero::BUILTIN_CLOCK_MONOTONIC); in TEST_F()
2907 clock_monotonic->set_timestamp(1000000); in TEST_F()