Searched defs:sleep (Results 1 – 3 of 3) sorted by relevance
31 static native void sleep (long msec, int nsec) throws InterruptedException; in sleep() method in VMThread
1012 public static void sleep(long time) throws InterruptedException { in sleep() method in Thread1030 public static void sleep(long millis, int nanos) throws InterruptedException { in sleep() method in Thread
327 public void sleep(long timeout) throws InterruptedException { in sleep() method in TimeUnit