Home
last modified time | relevance | path

Searched defs:sleep (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DVMThread.java31 static native void sleep (long msec, int nsec) throws InterruptedException; in sleep() method in VMThread
DThread.java1012 public static void sleep(long time) throws InterruptedException { in sleep() method in Thread
1030 public static void sleep(long millis, int nanos) throws InterruptedException { in sleep() method in Thread
/libcore/luni/src/main/java/java/util/concurrent/
DTimeUnit.java327 public void sleep(long timeout) throws InterruptedException { in sleep() method in TimeUnit