Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java60 public static void sleep(long millis) throws java.lang.InterruptedException { throw new RuntimeExce… in sleep() method in Thread
62 public static void sleep(long millis, int nanos) throws java.lang.InterruptedException { throw new … in sleep() method in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java60 public static void sleep(long millis) throws java.lang.InterruptedException { throw new RuntimeExce… in sleep() method in Thread
62 public static void sleep(long millis, int nanos) throws java.lang.InterruptedException { throw new … in sleep() method in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java95 public static void sleep(long millis) throws java.lang.InterruptedException { in sleep() method in Thread
99 private static native void sleep(java.lang.Object lock, long millis, int nanos) in sleep() method in Thread
102 public static void sleep(long millis, int nanos) throws java.lang.InterruptedException { in sleep() method in Thread
/libcore/ojluni/src/main/java/java/lang/
DThread.java357 public static void sleep(long millis) throws InterruptedException { in sleep() method in Thread
362 private static native void sleep(Object lock, long millis, int nanos) in sleep() method in Thread
388 public static void sleep(long millis, int nanos) in sleep() method in Thread
/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java387 public void sleep(long timeout) throws InterruptedException { in sleep() method in TimeUnit