Searched refs:release (Results 76 - 100 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAbstractPollSelectorImpl.java177 pollWrapper.release(i);
181 pollWrapper.release(i);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DDevPollSelectorImpl.java144 pollWrapper.release(fd0);
173 pollWrapper.release(fd);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/
H A DCondVar.java87 * mutex.release();
105 * mutex.release();
125 * mutex.release();
145 * mutex.release();
172 mutex_.release() ;
270 * causes a momentarily release
H A DReentrantMutex.java46 * lock, and each release frees it. Releasing a lock that
57 * acquire/release pairs do not occur in the same method or
96 * p.lock.release(); // release current before return
102 * p.lock.release(); // release final lock that was held
110 * p.lock.release(); // also release current if acquire fails
113 * p.lock.release(); // release ol
246 public synchronized void release() method in class:ReentrantMutex
[all...]
/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.h66 void (*release)(struct ps_prochandle* ph); member in struct:ps_prochandle_ops
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.h66 void (*release)(struct ps_prochandle* ph); member in struct:ps_prochandle_ops
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DCachedRowSet.java874 public void release() throws SQLException; method in interface:CachedRowSet
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java285 reparseBuffer.release();
291 buffer.release();
321 buffer.release();
346 buffer.release();
H A DWindowsUserPrincipals.java166 sidBuffer.release();
/openjdk7/jdk/test/java/util/concurrent/Semaphore/
H A DRacingReleases.java78 sem.release();
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A DorderAccess_solaris_sparc.inline.hpp40 inline void OrderAccess::storestore() { release(); }
50 inline void OrderAccess::release() { function in class:OrderAccess
65 inline void OrderAccess::release() { function in class:OrderAccess
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCPrinterJob.m440 [printInfo release];
458 [printInfo release];
478 [printInfo release];
558 [printModel release];
559 [printerView release];
599 [printModel release];
642 [printModel release];
H A DCClipboard.m68 [fData release];
71 [fFormat release];
156 [newUpdate release];
H A DCDataTransferer.m178 [imageRep release];
197 [newImage release];
203 // The ownership of the NSImage is passed to the new CImage jobject. No need to release it.
343 [filenameArray release];
H A DCDropTarget.m91 [self release];
128 [dataTypes release];
136 [sPasteboardTypes release];
139 [sPasteboardData release];
180 [fView release];
360 // Copy data to byte array and release elements:
727 [dropTarget release];
H A DCImage.m70 [oldContext release];
109 [imageRep release];
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk74 OS_VARIANT_NAME := $(strip $(shell head -1 /etc/release | awk '{print $$1;}') )
92 if [ -f /etc/fedora-release ] ; then \
94 elif [ -f /etc/redhat-release ] ; then \
96 elif [ -f /etc/SuSE-release ] ; then \
98 elif [ -f /etc/lsb-release ] ; then \
99 $(EGREP) DISTRIB_ID /etc/lsb-release | $(SED) -e 's@.*DISTRIB_ID=\(.*\)@\1@'; \
105 $(CAT) /etc/fedora-release | $(HEAD) -1 | $(NAWK) '{ print $$3; }' ; \
106 elif [ -f /etc/lsb-release ] ; then \
107 $(EGREP) DISTRIB_RELEASE /etc/lsb-release | $(SED) -e 's@.*DISTRIB_RELEASE=\(.*\)@\1@'; \
291 # Check the OS version (windows and linux have release nam
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m164 [splash->window release];
237 [image release];
238 [rep release];
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLock.java98 fl.release();
105 fl.release();
335 fl.release();
/openjdk7/jdk/src/share/classes/sun/font/
H A DCreatedFontTracker.java89 getCS().release();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.hpp91 void release();
/openjdk7/jdk/src/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java159 void release(SelChImpl channel) { method in class:KQueueArrayWrapper
/openjdk7/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.cpp33 * GDIHashtable::put() and GDIHashtable::release() are designed to be called
42 void GDIHashtable::release(void* key) { function in class:GDIHashtable
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DPreDeregisterDeadlockTest.java104 semaphore.release();
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java160 semaphore.release();

Completed in 77 milliseconds

123456789