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

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dsystime.c168 static struct timespec ts_last; /* last sampled os time */ local
194 if (cmp_tspec(add_tspec_ns(ts, 50000000), ts_last) < 0)
196 ts_last = ts;

Completed in 120 milliseconds