Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Ddarwin_usb.c1969 clock_serv_t clock_ref; in darwin_clock_gettime() local
1974 clock_ref = clock_realtime; in darwin_clock_gettime()
1978 clock_ref = clock_monotonic; in darwin_clock_gettime()
1984 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime()