Searched defs:sleep (Results 51 - 63 of 63) sorted by relevance

123

/openjdk9/jdk/test/javax/sound/midi/Devices/
H A DIOLoop.java278 private static void sleep(int milliseconds) { method in class:IOLoop
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DTimeUnit.java397 public void sleep(long timeout) throws InterruptedException { method in class:TimeUnit
/openjdk9/jdk/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h119 #define sleep Sleep macro
/openjdk9/jdk/test/java/net/httpclient/
H A DLightWeightHttpServer.java221 void sleep(int n) { method in class:LightWeightHttpServer.KeepAliveHandler
H A DSmokeTest.java916 void sleep(int n) { method in class:KeepAliveHandler
/openjdk9/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java50 static void sleep(int ms) { method in class:AsyncCloseAndInterrupt
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DDebugGraphics.java1319 final void sleep(int mSecs) { method in class:DebugGraphics
[all...]
/openjdk9/hotspot/src/os/posix/vm/
H A Dos_posix.cpp384 int os::sleep(Thread* thread, jlong millis, bool interruptible) { function in class:os
/openjdk9/jdk/src/java.base/share/classes/java/lang/
H A DThread.java301 public static native void sleep(long millis) throws InterruptedException; method in class:Thread
325 public static void sleep(long millis, int nanos) method in class:Thread
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXEmbedServerTester.java712 private void sleep(int amount) { method in class:XEmbedServerTester
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A Dthread.cpp1217 int WatcherThread::sleep() const { function in class:WatcherThread
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DJSR166TestCase.java1300 static void sleep(long millis) { method in class:JSR166TestCase
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3560 int os::sleep(Thread* thread, jlong ms, bool interruptable) { function in class:os

Completed in 226 milliseconds

123