Searched refs:drain (Results 26 - 42 of 42) sorted by relevance

12

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractDataLine.java168 public void drain() { method in class:AbstractDataLine
169 if (Printer.trace) Printer.trace("AbstractDataLine: drain");
H A DDataPusher.java210 if (DEBUG || Printer.debug)Printer.debug("DataPusher.run(): calling drain()");
212 source.drain();
H A DSoftMixingSourceDataLine.java396 public void drain() { method in class:SoftMixingSourceDataLine
H A DSoftMixingClip.java424 public void drain() { method in class:SoftMixingClip
H A DSoftMixingMixer.java302 sourceDataLine.drain();
H A DDirectAudioDevice.java382 protected volatile boolean drained = false; // set to true when drain function returns, set to false in write()
642 public void drain() { method in class:DirectAudioDevice.DirectDL
1404 drain();
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLGraphicsConfig.m127 [pool drain];
414 [pool drain];
/openjdk7/jdk/test/java/io/Serializable/subclass/
H A DXObjectOutputStream.java288 public void drain() throws IOException {} method in class:XObjectOutputStream
/openjdk7/jdk/src/macosx/native/sun/awt/
H A Dawt.m394 [pool drain];
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DIOUtil.java334 static native boolean drain(int fd) throws IOException; method in class:IOUtil
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/io/
H A DIIOPOutputStream.java249 protected final void drain() throws IOException{ method in class:IIOPOutputStream
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp198 // "par_push" operations, not with "pop" or "drain". We would need
204 // "par_adjoin_arr" or "push" operations, not with "pop" or "drain".
226 // concurrent marker performing the drain offers to yield after
227 // processing each object. If a yield occurs, stops the drain operation
230 bool drain(OopClosureClass* cl, CMBitMap* bm, bool yield_after = false);
H A DconcurrentMark.cpp272 bool CMMarkStack::drain(OopClosureClass* cl, CMBitMap* bm, bool yield_after) {
2166 // to drain the marking data structures of the remaining entries
2186 // We call CMTask::do_marking_step() to completely drain the local
3268 // we only partially drain the local queue and global stack
3631 // drain it partially (so that other tasks can steal if they run out
3679 // We have a policy to drain the local queue before we attempt to
3680 // drain the global stack.
3684 // drain it partially (so that other tasks can steal if they run out
3857 drain its local queue.
3868 will totally drain th
[all...]
H A Dg1CollectedHeap.cpp2363 hot_card_cache->drain(worker_i, g1_rem_set(), into_cset_dcq);
4881 // we drain the queues as necessary.
5256 // Serial drain queue closure. Called as the 'complete_gc'
5373 // the complete_gc closure (which ordinarily would drain the queue) so
/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c1053 [pool drain];
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp216 // thread will drain the cxq into the EntryList. It does so by
251 // a singly-linked LIFO. We drain _cxq into EntryList at unlock-time when
849 // CONSIDER: if Self is on the cxq then simply drain cxq into EntryList
850 // and then unlink Self from EntryList. We have to drain eventually,
1039 // drain _cxq, so we need to reacquire the lock. If we fail
1095 // Aggressively drain cxq into EntryList at the first opportunity.
1133 // Aggressively drain cxq into EntryList at the first opportunity.
1199 TEVENT (Inflated exit - drain cxq into EntryList) ;
1214 // QMode == 1 : drain cxq to EntryList, reversing order
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp3720 // . drain the marking stack
5246 // ---------- ... and drain overflow list.
5803 CMSParDrainMarkingStackClosure* drain,
5860 CMSParDrainMarkingStackClosure* drain,
5869 drain->trim_queue(0);
6771 // push on marking stack (stack should be empty), and drain the
7259 "should drain stack to limit stack usage");
7306 // Note: the finger doesn't advance while we drain
7381 // below some drain limit?
7383 "should drain stac
[all...]

Completed in 100 milliseconds

12