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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dslow-waitpid.c150 struct timeval new_tv; local
152 if (gettimeofday (&new_tv, NULL) < 0)
155 if ((new_tv.tv_sec - tv->tv_sec) < WAITPID_MIN_TIME)
158 *tv = new_tv;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dslow-waitpid.c150 struct timeval new_tv; local
152 if (gettimeofday (&new_tv, NULL) < 0)
155 if ((new_tv.tv_sec - tv->tv_sec) < WAITPID_MIN_TIME)
158 *tv = new_tv;
/netbsd-current/usr.bin/systat/
H A Difstat.c268 struct timeval tv, new_tv, old_tv; local
284 (void)gettimeofday(&new_tv, NULL);
304 timersub(&new_tv, &old_tv, &tv);
335 ifp->tv.tv_sec = new_tv.tv_sec;
336 ifp->tv.tv_usec = new_tv.tv_usec;

Completed in 118 milliseconds