Searched refs:SLEEP_TIME (Results 1 – 1 of 1) sorted by relevance
204 private final static int SLEEP_TIME = 100; field in Main.Sleep209 Thread.sleep(SLEEP_TIME); in perform()217 private final static int SLEEP_TIME = 100; field in Main.TimedWait229 lock.wait(SLEEP_TIME, 0); in perform()257 private final static int SLEEP_TIME = 100; field in Main.TimedPark293 private final static int SLEEP_TIME = 100; field in Main.QueuedWait307 Thread.sleep(SLEEP_TIME); in perform()