Searched refs:release (Results 101 - 125 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DFileDispatcherImpl.java93 void release(FileDescriptor fd, long pos, long size) throws IOException { method in class:FileDispatcherImpl
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A DorderAccess_bsd_x86.inline.hpp35 inline void OrderAccess::storestore() { release(); }
48 inline void OrderAccess::release() { function in class:OrderAccess
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A DorderAccess_linux_sparc.inline.hpp36 inline void OrderAccess::storestore() { release(); }
44 inline void OrderAccess::release() { function in class:OrderAccess
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A DorderAccess_linux_x86.inline.hpp35 inline void OrderAccess::storestore() { release(); }
48 inline void OrderAccess::release() { function in class:OrderAccess
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A DorderAccess_solaris_x86.inline.hpp40 inline void OrderAccess::storestore() { release(); }
49 inline void OrderAccess::release() { function in class:OrderAccess
/openjdk7/jdk/src/macosx/native/com/apple/concurrent/
H A DDispatch.m133 // release this thread's interest in the Runnable, the block
135 [wrappedRunnable release];
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrintModel.m46 [fPrintInfo release];
H A DCDragSource.m141 [self release];
203 // Delete or release local data:
204 [fView release];
207 [fDragImage release];
355 [pbTypes release];
433 [imageRep release];
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCoreTextSupport.m76 [(id)dictRef release];
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java246 buffer.release();
272 buffer.release();
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java119 sd.release();
150 sd.release();
233 sd.release();
313 aclBuffer.release();
498 sd.release();
H A DWindowsDirectoryStream.java102 findDataBuffer.release();
194 // will release the buffer)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMManager.java236 public abstract boolean release(DTM dtm, boolean shouldHardDelete); method in class:DTMManager
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java218 public boolean release(DTM dtm, boolean shouldHardDelete) method in class:XPathContext
230 return m_dtmManager.release(dtm, shouldHardDelete);
352 // These couldn't be disposed of earlier (see comments in release()); zap them now.
355 m_dtmManager.release((DTM)e.nextElement(), true);
361 m_dtmManager.release(m_global_rtfdtm,true);
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java70 public abstract void release(org.omg.CORBA.Object obj); method in class:Delegate
352 * releaseReply may optionally be called by a stub to release a
H A DObjectImpl.java116 _get_delegate().release(this);
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantLock.java449 * Attempts to release this lock.
460 sync.release(1);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.cpp174 HeapRegion* G1AllocRegion::release() { function in class:G1AllocRegion
H A Dg1CardCounts.cpp209 _card_counts_storage.release();
/openjdk7/hotspot/src/share/vm/memory/
H A DgenerationSpec.cpp156 shared_rs.release();
H A Dheap.hpp129 void release(); // releases all allocated memory
/openjdk7/hotspot/src/os/posix/vm/
H A Dos_posix.cpp189 st->print(name.release); st->print(" ");
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueSelectorImpl.java222 kqueueWrapper.release(ski.channel);
/openjdk7/hotspot/src/share/vm/runtime/
H A DorderAccess.hpp73 // We define two further operations, 'release' and 'acquire'. They are
76 // Execution by a processor of release makes the effect of all memory
77 // accesses issued by it previous to the release visible to all
78 // processors *before* the release completes. The effect of subsequent
80 // release. I.e., subsequent memory accesses may float above the
81 // release, but prior ones may not float below it.
91 // release combined with an acquire. In the real world these operations
93 // below the release or acquire, so we usually can't just issue the
94 // release-acquire back-to-back. All machines we know of implement some
98 // The standalone implementations of release an
[all...]
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DFileDispatcherImpl.java105 void release(FileDescriptor fd, long pos, long size) throws IOException { method in class:FileDispatcherImpl

Completed in 59 milliseconds

123456789