Searched refs:monotonic_timer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c230 struct timespec monotonic_timer; local
231 clock_gettime (CLOCK_MONOTONIC,&monotonic_timer);
232 time_now.tv_sec = monotonic_timer.tv_sec;
233 time_now.tv_usec = monotonic_timer.tv_nsec / 1000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/
H A Dconfigure19658 struct timespec monotonic_timer;
19662 clock_getres (CLOCK_MONOTONIC,&monotonic_timer);

Completed in 77 milliseconds