Searched defs:SLEEP_TIME (Results 1 - 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src/
H A DMain.java170 private final static int SLEEP_TIME = 100; field in class:Main.Sleep
175 Thread.sleep(SLEEP_TIME);
183 private final static int SLEEP_TIME = 100; field in class:Main.TimedWait
195 lock.wait(SLEEP_TIME, 0);

Completed in 118 milliseconds