Home | History | Annotate | Download | only in concurrent

Lines Matching defs:lastTime

394             long lastTime = timed ? System.nanoTime() : 0;
407 nanos -= now - lastTime;
408 lastTime = now;
681 long lastTime = timed ? System.nanoTime() : 0;
693 nanos -= now - lastTime;
694 lastTime = now;