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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_clock.c32 * would increment base_seconds more than once per wrap and
37 static time_t base_seconds; local
42 base_seconds += TIMER_WRAP_SECONDS;
44 tp->tv_sec = base_seconds + (u_int32_t)(ticks / 1000);

Completed in 94 milliseconds