Searched refs:tstop (Results 1 – 5 of 5) sorted by relevance
247 struct timeval tstart, tstop, tremain, time2wait; in nanosleep() local254 (void) gettimeofday (&tstop, NULL); in nanosleep()257 (tstop.tv_sec - tstart.tv_sec); in nanosleep()259 (tstop.tv_usec - tstart.tv_usec); in nanosleep()
230 gettimeofday(&(ts->tstop), NULL); in tftp_send()281 gettimeofday(&(ts->tstop), NULL); in tftp_receive()427 gettimeofday(&(ts->tstop), NULL); in tftp_receive()
314 delta = ((ts->tstop.tv_sec*10.)+(ts->tstop.tv_usec/100000)) - in printstats()
125 struct timeval tstop; member
59 static sigret_t tstop(int);585 signal(SIGTSTP, tstop); in main()750 signal(SIGTSTP, tstop); in main()1216 tstop(int i __unused) /* SIGTSTP handler */ in tstop() function