Searched refs:wait (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/lang/Thread/
H A DThreadStateTest.java107 // wait for the thread to transition to the expected state.
193 System.out.println(" myThread is going to wait.");
195 globalLock.wait();
206 System.out.println(" myThread is going to timed wait.");
208 globalLock.wait(10000);
259 // wait for MyThread.
266 // wait for MyThread to get to a point just before being blocked
273 // wait for MyThread to get to just before wait on object.
280 // wait fo
[all...]
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java185 // Synchronizes two thread. If no thread is waiting then wait
196 go.wait();
246 // else wait for notification from sweeper thread.
269 sweep.wait();
283 // If Allocater thread is waiting wait send notify
284 // else wait for notfication from allocater thread.
H A DPending.java243 pauseObj.wait(20);
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DLockingThread.java30 * - a stack frame blocks on Object.wait
61 // wait until t1 waits
265 // signal to about to wait
267 lock7.wait();
302 lock8.wait();
H A DMyOwnSynchronizer.java55 // wait until myThread acquires mutex
163 o.wait();
H A DThreadCpuTime.java197 obj.wait();
H A DThreadUserTime.java197 obj.wait();
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleUserImpl.java244 System.err.println(" othervm If present, the VM will wait for the");
332 // wait for other server to call startTest method
336 user.wait();
343 // wait for exception to be reported or first thread to complete
349 lock.wait();
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java147 UserThread.class.wait(timeout);
221 lock.wait();
/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java99 readyEvent.wait();
128 startEvent.wait();
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleUserImpl.java279 // wait for other server to call startTest method
283 user.wait();
292 // wait for exception to be reported or first thread to complete
298 AppleUserImpl.class.wait();
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp157 monitor()->wait(/* no_safepoint_check */ true);
178 // Tell all workers to terminate, then wait for them to become inactive.
191 monitor()->wait(/* no_safepoint_check */ true);
267 // Polling outside the while { wait } avoids missed notifies
302 gang_monitor->wait(/* no_safepoint_check */ true);
416 monitor()->wait(/* no_safepoint_check */ true);
583 _mon->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java141 // Also note that there are 3 separate conditions on which threads may wait
520 private boolean wait ; field in class:POAImpl.DestroyThread
531 public void doIt( POAImpl thePoa, boolean wait )
536 " wait=" + wait + " etherealize=" + etherealize ) ;
540 this.wait = wait ;
542 if (wait) {
592 // is allowed to proceed with its own setting of the wait
597 // but not completed, and wait i
[all...]
/openjdk7/jdk/src/share/back/
H A DeventHelper.c158 jboolean wait, jboolean reportingVMDeath)
165 command->waiting = wait;
174 /* send no more events after VMDeath and don't wait */
175 wait = JNI_FALSE;
193 if (wait) {
196 log_debugee_location("enqueueCommand(): HelperCommand wait", NULL, NULL, 0);
354 /* clazz of evinfo was set to class of monitor object for monitor wait event class filtering.
637 * accomplished by forcing commandLoop() to wait for either
644 * We wait for either ThreadReferenceImpl.c: resume() or
957 jboolean wait; local
157 enqueueCommand(HelperCommand *command, jboolean wait, jboolean reportingVMDeath) argument
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DJDIScaffold.java375 wait();
391 wait();
435 en.wait();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DWorkQueueImpl.java141 this.wait(remainingWaitTime);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DStreamMonitor.java31 caller to wait for a given string to come in or watch for many
160 wait(millis);
199 // Check wait string
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBufferStrategyPaintManager.java212 BufferStrategyPaintManager.this.wait();
361 wait();
477 wait();
932 BufferStrategyPaintManager.this.wait();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp176 // +ExplicitGCInvokesConcurrent, we have to wait here for the cycle
188 // wait until we observe that g1h->old_marking_cycles_completed()
194 // actually taking the lock and doing the wait.
207 FullGCCount_lock->wait(Mutex::_no_safepoint_check_flag);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java316 wait();
357 wait();
760 // wait for another thread to do, which is doing reconnection
766 wait();
782 // wait for another thread to do, which is doing reconnection
838 wait();
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java274 * @param timeout Time in ms to wait for the connector to start.
275 * If <code>timeout</code> is positive, wait for at most
279 * will wait until the connector starts or fails to start.
413 * returns immediately (i.e. does not wait at all),</LI>
416 * is the same as the <VAR>wantedState</VAR> parameter (i.e. will wait
419 * @param wantedState The value of this MBean's State attribute to wait
427 * @param timeOut The maximum time to wait for, in milliseconds,
450 "waitState", "timeOut < 0, return without wait");
464 stateLock.wait(toWait);
466 stateLock.wait();
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemTrackWorker.cpp142 _snapshot->wait(1000);
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java116 synchronizer.wait(10000);
/openjdk7/jdk/test/com/sun/management/ThreadMXBean/
H A DThreadCpuTimeArray.java63 // start threads, wait for them to block
246 obj.wait();
/openjdk7/jdk/test/java/awt/event/MouseEvent/MouseClickTest/
H A DMouseClickTest.java159 eventCount.wait(timeout);

Completed in 2881 milliseconds

1234567891011>>