Home
last modified time | relevance | path

Searched refs:stoptime (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/plat-mac/
Dargvemulator.py38 stoptime = Evt.TickCount() + timeout
39 while not self.quitting and Evt.TickCount() < stoptime:
/external/ltp/tools/genload/
Dgenload.c91 long starttime, stoptime, runtime; in main() local
313 if ((stoptime = time(NULL)) == -1) { in main()
319 runtime = stoptime - starttime; in main()
Dstress.c91 long starttime, stoptime, runtime; in main() local
313 if ((stoptime = time(NULL)) == -1) { in main()
319 runtime = stoptime - starttime; in main()
/external/scapy/scapy/
Dsendrecv.py711 stoptime = time.time()+timeout
738 remain = stoptime-time.time()