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

<<1112

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java121 wait();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java131 initMonitor.wait();
/openjdk7/jdk/src/share/classes/java/awt/
H A DDefaultKeyboardFocusManager.java261 se.wait(1000);
942 // have to wait for another event to be posted to the queue.
H A DEventQueue.java1266 lock.wait();
H A DContainer.java2874 // on any other thread, call wait() on the treelock.
2920 getTreeLock().wait();
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp72 # include <sys/wait.h>
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp72 # include <sys/wait.h>
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketImpl.java1548 * non-autoclose socket, wait for close_notify response.
1550 * no need to wait for response.
1629 // wait for the closing to complete before returning.
1633 this.wait();
2200 * we will need to wait for the next handshake.
2225 * we will need to wait for the next handshake.
2248 * we will need to wait for the next handshake.
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp104 # include <sys/wait.h>
2614 void wait();
2634 void Semaphore::wait() { function in class:Semaphore
3270 // so we'll just wait for a fix for 6204603/5003415 which
3695 OSThreadWaitState osts(jt->osthread(), false /* not Object.wait() */);
3713 OSThreadWaitState osts(thread->osthread(), false /* not Object.wait() */);
3767 // The 1 millisecond wait doesn't seem long enough for the kernel to issue a
4350 // wait here until we are resumed
4401 // Handle interruptible wait() ...
4428 // intentional. The effect of this is that Object.wait() wil
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java592 thunk.wait();
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java426 wait();
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java372 then one of them must wait for the other one to either (a)
384 unregistering MBean A to have to wait for another thread
393 if so it must wait. When a thread successfully unregisters
404 beingUnregistered.wait();
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp275 // * Waiting threads reside on the WaitSet list -- wait() puts
725 // monitor reentry in wait().
1171 // Lets say thread T1 calls O.wait(). Wait() enqueues T1 on O's waitset and
1346 // complete_exit/reenter operate as a wait without waiting
1376 // complete_exit/reenter operate as a wait without waiting
1425 // helper method for posting a monitor wait event
1441 // Note: a subset of changes to ObjectMonitor::wait()
1443 void ObjectMonitor::wait(jlong millis, bool interruptible, TRAPS) { function in class:ObjectMonitor
1460 // wait was not timed out due to thread interrupt.
1487 // _WaitSetLock protects the wait queu
[all...]
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java1416 wait();
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java2053 active.wait();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp558 SecondaryFreeList_lock->wait(Mutex::_no_safepoint_check_flag);
964 // wait until the GCLocker initiated GC is performed, and
1078 // wait until the GCLocker initiated GC is performed, and
1325 // could consider timing and reporting how long we wait in the
1330 // be moving objects / updating references. So let's wait until
3874 // free_list. No need to wait for the cleanup operation to finish;
3876 // and wait if necessary. If the G1StressConcRegionFreeing flag is
3944 // We have to wait until the CM threads finish scanning the
6183 // Most of the time we won't have to wait, so let's do a quick test
6197 SecondaryFreeList_lock->wait(Mute
[all...]
H A DconcurrentMark.cpp398 RootRegionScan_lock->wait(Mutex::_no_safepoint_check_flag);
2268 // how many workers to wait for.
2300 // how many workers to wait for.
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp98 // 1. if a thread does a low-level wait on the CMS lock, then it
119 // low-level lock/wait/notify scheme used for the baton-passing because of
121 // CMS-token-passing protocol. See related comments at a CGC_lock->wait()
1730 // The foreground collector will wait for the baton before
1732 // will only wait at one location.
1808 // release locks and wait for a notify from the background collector
1834 // wait for notification
1835 CGC_lock->wait(Mutex::_no_safepoint_check_flag);
2164 // usual obligation to wait for the background collector to
2240 // The foreground collector cannot wait o
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java6513 // wait for the runnable to finish
6516 runnable.wait();
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp531 ObjectSynchronizer::wait(obj, ms, THREAD);

Completed in 4639 milliseconds

<<1112