Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 1 of 1) sorted by relevance

/art/test/004-ThreadStress/src-art/
DMain.java204 private final static int SLEEP_TIME = 100; field in Main.Sleep
209 Thread.sleep(SLEEP_TIME); in perform()
217 private final static int SLEEP_TIME = 100; field in Main.TimedWait
229 lock.wait(SLEEP_TIME, 0); in perform()
257 private final static int SLEEP_TIME = 100; field in Main.TimedPark
293 private final static int SLEEP_TIME = 100; field in Main.QueuedWait
307 Thread.sleep(SLEEP_TIME); in perform()