Home
last modified time | relevance | path

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

/external/dhcpcd/
Dcommon.c63 int clock_monotonic; variable
154 clock_monotonic = posix_clock_set = 1; in get_monotonic()
158 if (clock_monotonic) { in get_monotonic()
177 clock_monotonic = posix_clock_set = 1; in get_monotonic()
180 if (clock_monotonic) { in get_monotonic()
Dcommon.h73 extern int clock_monotonic;
Dbind.c133 if (clock_monotonic) in bind_interface()
/external/libusb_aah/libusb/os/
Ddarwin_usb.c56 static clock_serv_t clock_monotonic; variable
391 host_get_clock_service(host_self, SYSTEM_CLOCK, &clock_monotonic); in darwin_init()
411 mach_port_deallocate(mach_task_self(), clock_monotonic); in darwin_exit()
1697 clock_ref = clock_monotonic; in darwin_clock_gettime()