Home | History | Annotate | Download | only in tools

Lines Matching full:curtime

729 		int			curTime					= 0;
736 curTime = clock.getMilliseconds();
738 while (curTime < testTime)
742 if (curTime-lastSendTime > sendInterval)
744 printf(" %d ms: sending keepalive\n", curTime);
746 curTime = clock.getMilliseconds();
747 lastSendTime = curTime;
754 printf(" %d ms: waiting for keepalive\n", curTime);
761 printf(" %d ms: got keepalive\n", curTime);
770 curTime = clock.getMilliseconds();
782 curTime = clock.getMilliseconds();
784 while (curTime < expectedTimeout)
791 curTime = clock.getMilliseconds();
792 printf(" %d ms: got keepalive\n", curTime);