Home | History | Annotate | Download | only in concurrent

Lines Matching full:timeunit

24 import java.util.concurrent.TimeUnit;
43 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
49 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
66 }, ENOUGH_MS, TimeUnit.MILLISECONDS, true);
80 }, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS, true);
96 }, ENOUGH_MS, TimeUnit.MILLISECONDS, true);
112 }, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS, true);
122 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
132 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
143 TimeUnit.MILLISECONDS.sleep(ENOUGH_MS);
150 target, Sample.class, ENOUGH_MS, TimeUnit.MILLISECONDS);
163 target, Sample.class, NOT_ENOUGH_MS, TimeUnit.MILLISECONDS);
194 TimeUnit.MILLISECONDS.sleep(DELAY_MS);
204 TimeUnit.MILLISECONDS.sleep(DELAY_MS);