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.java202 private final static int SLEEP_TIME = 100; field in Main.Sleep
207 Thread.sleep(SLEEP_TIME); in perform()
215 private final static int SLEEP_TIME = 100; field in Main.TimedWait
227 lock.wait(SLEEP_TIME, 0); in perform()
279 private final static int SLEEP_TIME = 100; field in Main.QueuedWait
293 Thread.sleep(SLEEP_TIME); in perform()