Searched refs:wait (Results 226 - 250 of 295) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DPixelGrabber.java218 * wait for all of the pixels in the rectangle of interest to be
231 * wait for all of the pixels in the rectangle of interest to be
240 * are grabbed, <code>false</code> otherwise and does not wait.
242 * @param ms the number of milliseconds to wait for the image pixels
271 wait(timeout);
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java568 // proxy class being generated: wait for it
570 cache.wait();
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DTimeUnit.java285 * Utility to compute the excess-nanosecond argument to wait,
294 * Performs a timed {@link Object#wait(long, int) Object.wait}
297 * into the form required by the <tt>Object.wait</tt> method.
312 * @param obj the object to wait on
313 * @param timeout the maximum time to wait. If less than
314 * or equal to zero, do not wait at all.
322 obj.wait(ms, ns);
332 * @param thread the thread to wait for
333 * @param timeout the maximum time to wait
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DVMConnection.java66 try {wait();} catch (InterruptedException e) {}
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.cpp402 // to wait for threads in _thread_in_native state to be quiescent.
408 // Compiler threads need longer wait because they can access VM data directly
413 // don't have to wait for user threads to be quiescent, but it's always
415 // wait for user threads too. Numbers are in 10 milliseconds.
446 timer.wait(Mutex::_no_safepoint_check_flag, 10);
454 // still executing native code after the wait will be stopped at
H A Dsafepoint.cpp146 // Set number of threads to wait for, before we initiate the callbacks
175 // not wait for this thread to block. The order of the memory
197 // between states, the safepointing code will wait for the thread to
347 // wait until all threads are stopped
351 Safepoint_lock->wait(true); // true, means with no safepoint checks
357 if (remaining_time < 0 || Safepoint_lock->wait(true, remaining_time / MICROUNITS)) {
470 // to wait for a cpu to become available before we can continue restarting
651 // Decrement the number of threads to wait for and signal vm thread
915 // that we're trying to start at the beginning of its SR_lock->wait()
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java127 * <li>Tube decides that the fiber needs to be suspended to wait for the external event.
512 // wait();
714 wait(); // the synchronized block is the whole runSync method.
/openjdk7/jdk/test/com/sun/jdi/
H A DVMConnection.java266 try {wait();} catch (InterruptedException e) {}
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DCommUp.java304 wait();
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizerLockingThread.java58 // wait until t1 and t2 waits
294 // signal to about to wait
296 lock7.wait();
H A DSynchronizationStatistics.java85 // wait until the examiner acquires all the locks and waiting
200 // give a chance for the examiner thread to really wait
213 // wait until the examiner waits on the semaphore
223 // notify examinerabout to wait on a monitor
228 waiter.wait(ms);
374 action = "wait on ";
453 // wait until BlockedThread has started
462 // wait until BlockedThread to block on lockB
471 // wait until BlockedThread to block on lockC
479 // wait unti
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java336 log.wait(remainingTime);
H A DIdleTimeoutTest.java226 listenerCount.wait();
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DGradientPaints.java329 test.wait();
H A DDrawBufImgOp.java439 test.wait();
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/SourceClippingBlitTest/
H A DSourceClippingBlitTest.java104 lock.wait();
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpURL.java336 FtpServer.this.wait ();
430 * All we got to do here is create a ServerSocket and wait for connections.
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPChannel.java526 queue.wait();
H A DTCPEndpoint.java732 /* wait to obtain an FQDN */
733 f.wait(nameServiceTimeOut);
751 * Method that that will start a thread to wait to retrieve a
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java172 /** timeout on wait for child process to be created or destroyed */
178 /** timeout on wait for child process to be created */
610 // if the startup critical section is running, wait until it
1079 wait(waitTime - now);
1090 wait();
1157 // REMIND: wait some here before continuing?
1255 wait(stop - now);
2140 * will wait until there are fewer than <code>N</code> other threads
2154 wait();
2173 * with 'wait' statu
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWToolkit.java151 wait();
196 * available, peek events, wait. However, the later analysis shown
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java281 // wait them to end
629 cond.wait();
639 * Force N threads to rendezvous (ie. wait for each other) before proceeding.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DSocketOrChannelConnectionImpl.java603 // then we sleep for a time to wait, re-calculate a new time to
604 // wait which is lengthier than the previous time spent waiting.
606 // maximum time we are willing to wait, we attempt another
612 // maximum time to wait threshold. Based on extensive
668 // then we sleep for a time to wait, re-calculate a new time to
669 // wait which is lengthier than the previous time spent waiting.
671 // maximum time we are willing to wait, we attempt another
677 // maximum time to wait threshold. Based on extensive
932 stateEvent.wait();
953 writeEvent.wait(10
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp105 # include <sys/wait.h>
1051 // wait until os::start_thread()
1053 sync->wait(Mutex::_no_safepoint_check_flag);
1162 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
2688 void wait();
2708 void Semaphore::wait() { function in class:Semaphore
2795 static int check_pending_signals(bool wait) { argument
2804 if (!wait) {
3636 OSThreadWaitState osts(jt->osthread(), false /* not Object.wait() */);
3649 OSThreadWaitState osts(thread->osthread(), false /* not Object.wait() */);
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp107 # include <sys/wait.h>
880 // wait until os::start_thread()
882 sync->wait(Mutex::_no_safepoint_check_flag);
984 sync_with_child->wait(Mutex::_no_safepoint_check_flag);
2446 void wait();
2466 void Semaphore::wait() { function in class:Semaphore
2546 static int check_pending_signals(bool wait) { argument
2555 if (!wait) {
3557 OSThreadWaitState osts(jt->osthread(), false /* not Object.wait() */);
3570 OSThreadWaitState osts(thread->osthread(), false /* not Object.wait() */);
[all...]

Completed in 141 milliseconds

1234567891011>>