Searched refs:wait (Results 151 - 175 of 295) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/net/Authenticator/
H A DBasicTest.java169 server.wait ();
H A DBasicTest4.java216 server.wait ();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java145 wait();
/openjdk7/jdk/test/java/rmi/activation/Activatable/restartLatecomer/
H A DRestartLatecomer.java87 lock.wait(5000);
/openjdk7/jdk/test/java/rmi/activation/rmidViaInheritedChannel/
H A DInheritedChannelNotServerSocket.java108 * Get activation system and wait to be notified via callback
116 lock.wait();
H A DRmidViaInheritedChannel.java94 * Get activation system and wait to be notified via callback
102 lock.wait();
/openjdk7/jdk/test/javax/management/monitor/
H A DThreadPoolTest.java222 this.wait(toWait);
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java59 wait(rest);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDiffHBTest.java116 dummyListener.wait(remainingTime);
H A DNotSerializableNotifTest.java141 listener.wait(1000);
H A DRMINotifTest.java127 lock.wait(10000);
H A DUnexpectedNotifTest.java139 lock.wait(1000);
/openjdk7/jdk/test/sun/awt/image/ImageRepresentation/
H A DLUTCompareTest.java72 lock.wait(200);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java183 test.wait();
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DcheckError.java64 threadStarting.wait();
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractPoller.java198 wait();
224 // wait for result
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPollingServer.java133 try { eventSync.wait(); } catch (Exception e) {e.printStackTrace();};
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTableEntry.java389 wait(waitTime);
439 wait(waitTime);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DTargetVM.java300 try { packet.wait(); } catch (InterruptedException e) {;}
353 try {wait();} catch (InterruptedException e) {}
/openjdk7/jdk/src/share/classes/java/awt/
H A DMediaTracker.java110 * // First wait for the background image to fully load
111 * // and paint. Then wait for all of the animation
404 * @param ms the number of milliseconds to wait
435 wait(timeout);
637 * @param ms the length of time, in milliseconds, to wait
667 wait(timeout);
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.hpp385 void wait(long timeout) { function in class:MemSnapshot
388 locker.wait(true, timeout);
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DScreenUpdateManager.java381 * This method is not synchronous, it doesn't wait
384 * It should be used when it is not necessary to wait for the
419 runLock.wait();
430 // wait() (and inside the runLock), otherwise we could miss a
436 try { runLock.wait(timeout); }
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLocks.java75 " is expected to wait on " + expectedLock +
162 System.out.println("WaitingThread about to wait on objC");
164 // Signal checker thread, about to wait on objC.
166 objC.wait();
181 // signal checker thread, about to wait on objC
183 objC.wait();
198 // wait until WaitingThread about to wait for objC
212 // wait for waiter thread to about to enter
221 // wait fo
[all...]
H A DThreadStateTest.java270 System.out.println(" myThread is going to wait.");
272 globalLock.wait();
283 System.out.println(" myThread is going to timed wait.");
285 globalLock.wait(10000);
337 // wait for MyThread.
345 // wait for MyThread to get blocked
353 // wait for MyThread to wait on object.
360 // wait for MyThread timed wait cal
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DSeedGenerator.java296 wait();
317 // We wait 250milli quanta, so the minimum wait time
365 wait();

Completed in 76 milliseconds

1234567891011>>