Home | History | Annotate | Download | only in pending

Lines Matching full:tnow

95   long long tnext, tW, tnow, tw;
185 tnow = millitime();
186 if (tW) if (0>=(waitms = tW-tnow) || !sent) break;
188 if (tnow>tw) break;
189 else if (waitms>tw-tnow) waitms = tw-tnow;
191 } else if (tnext-tnow <= 0) {
198 if (TT.s >= 4) *(unsigned *)(ih+1) = tnow;
209 tW = tnow + TT.W*1000;
214 if (!tw && waitms>tnext-tnow) waitms = tnext-tnow;