Searched refs:stoptime (Results 1 – 4 of 4) sorted by relevance
38 stoptime = Evt.TickCount() + timeout39 while not self.quitting and Evt.TickCount() < stoptime:
91 long starttime, stoptime, runtime; in main() local313 if ((stoptime = time(NULL)) == -1) { in main()319 runtime = stoptime - starttime; in main()
711 stoptime = time.time()+timeout738 remain = stoptime-time.time()