Searched defs:ts0 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c189 struct timespec ts0, ts1, ts2, ts3; /* timespecs */ member in struct:exchange
557 waited = now.tv_sec - x->ts0.tv_sec;
558 waited += (now.tv_nsec - x->ts0.tv_nsec) / 1e9;
1064 x->ts0 = last;
1229 x->ts0 = last;

Completed in 17 milliseconds