Searched defs:sleep (Results 1 – 5 of 5) sorted by relevance
60 public static void sleep(long millis) throws java.lang.InterruptedException { throw new RuntimeExce… in sleep() method in Thread62 public static void sleep(long millis, int nanos) throws java.lang.InterruptedException { throw new … in sleep() method in Thread
95 public static void sleep(long millis) throws java.lang.InterruptedException { in sleep() method in Thread99 private static native void sleep(java.lang.Object lock, long millis, int nanos) in sleep() method in Thread102 public static void sleep(long millis, int nanos) throws java.lang.InterruptedException { in sleep() method in Thread
357 public static void sleep(long millis) throws InterruptedException { in sleep() method in Thread362 private static native void sleep(Object lock, long millis, int nanos) in sleep() method in Thread388 public static void sleep(long millis, int nanos) in sleep() method in Thread
387 public void sleep(long timeout) throws InterruptedException { in sleep() method in TimeUnit