Searched refs:wait (Results 76 - 100 of 295) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os/solaris/vm/
H A DvmError_solaris.cpp32 #include <sys/wait.h>
/openjdk7/hotspot/test/compiler/8004741/
H A DTest8004741.java59 /* Cookbook wait-notify to track progress of test thread. */
78 progressLock.wait();
/openjdk7/hotspot/src/share/vm/runtime/
H A DserviceThread.cpp102 // wait until one of the sensors has pending requests, or there is a
104 Service_lock->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DPendingIoCache.java130 // wait up to 50ms for the I/O operations to complete
133 this.wait(50);
/openjdk7/jdk/test/com/sun/jdi/
H A DInterruptHangTest.java32 sync.wait();
H A DDoubleAgentTest.java135 // wait for the debugge to be ready
137 locker.wait();
H A DMonitorEventTest.java69 startingMonitor.wait(timeout);
99 // contended enter wait until main thread release monitor
205 failure("Did not receive any contended monitor wait event");
/openjdk7/jdk/test/java/nio/charset/coders/
H A DStreamTimeout.java44 lock.wait(millisec);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/GenSSLConfigs/
H A DServerThread.java85 try { wait (); }
/openjdk7/jdk/test/java/rmi/dgc/retryDirtyCalls/
H A DRetryDirtyCalls.java47 /** how long we wait before declaring that this test has passed */
119 impl.wait(timeToWait);
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DKeepAliveDuringCall.java96 obj.lock.wait(TIMEOUT);
/openjdk7/jdk/test/java/rmi/server/Unreferenced/unreferencedContext/
H A DUnreferencedContext.java89 * small value, so that this test shouldn't have to wait too long.
141 obj.lock.wait(TIMEOUT / 10);
/openjdk7/jdk/test/javax/swing/JEditorPane/
H A Dbug4714674.java55 // wait, then check test status
116 DeafServer.this.wait();
118 // just wait again
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DKeepAliveStreamCleaner.java101 this.wait(timeout);
/openjdk7/hotspot/src/share/vm/utilities/
H A DyieldingWorkgroup.cpp154 monitor()->wait(Mutex::_no_safepoint_check_flag);
226 monitor()->wait(Mutex::_no_safepoint_check_flag);
317 // to run; fall through and wait on monitor.
379 gang_monitor->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/jdk/src/share/classes/sun/misc/
H A DTimer.java360 * while it was in the timed wait. This flag allows the
361 * timer thread to tell whether or not the wait completed.
377 wait();
386 wait(delay);
607 * and breaking out of the wait seemed to take
623 wait();
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientCommunicatorAdmin.java99 // we need to wait
102 lock.wait();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/tasks/
H A DThreadService.java180 jobList.wait();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DEventQueue.java115 wait();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventQueueImpl.java170 * occurs. We can't use the timed version of wait()
177 * use a timed wait because there's no way to distinguish
189 this.wait();
/openjdk7/jdk/src/share/classes/java/awt/
H A DSequencedEvent.java116 SequencedEvent.class.wait(1000);
151 * turn). But while we wait for our turn to dispatch, the event
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCDropTargetContextPeer.java81 awtLockAccess.wait();
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java115 synchronizer.wait(10000);
/openjdk7/jdk/test/demo/jvmti/
H A DContext.java89 /* Sleep to make sure thread_index 0 make it to the wait call */
90 System.out.println("Context sleeping, so threads will start wait");
157 turn.wait();
/openjdk7/jdk/test/java/awt/EventDispatchThread/LoopRobustness/
H A DLoopRobustness.java55 //wait for a TIMEOUT giving a chance to a new Thread above to accomplish its stuff.
61 LoopRobustness.LOCK.wait(1000);
73 //now wait for two clicks

Completed in 118 milliseconds

1234567891011>>