Searched refs:release (Results 51 - 75 of 215) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DSemaphore.java44 * available, and then takes it. Each {@link #release} adds a permit,
64 * available.release();
146 * #acquire(int) acquire} and {@link #release(int) release} multiple
151 * a "release" method such as {@code release()}
299 * <li>Some other thread invokes the {@link #release} method for this
329 * some other thread invokes the {@link #release} method for this
384 * <li>Some other thread invokes the {@link #release} method for this
430 public void release() { method in class:Semaphore
613 public void release(int permits) { method in class:Semaphore
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCMenuBar.m87 [fMenuList release];
90 [fHelpMenu release];
201 [args release];
220 [args release];
283 [newItem release];
296 [fHelpMenu release];
319 [fHelpMenu release];
367 [newItem release];
399 // [args release];
407 [aCMenuBar release];
[all...]
H A DCPopupMenu.m70 [aCPopupMenu release];
H A DAWTSurfaceLayers.m54 [layer release];
108 [surfaceLayers release];
H A DCMenu.m51 [fMenu release];
174 [aCMenu release];
214 [aCMenu release];
H A DCDragSourceContextPeer.m61 [dragSource release];
H A DCTrayIcon.m77 // Its a bad idea to force the item to release our view by setting
79 // The item will release the view later on, so just set the view's image
83 [view release];
85 [theItem release];
175 [image release];
189 [image release];
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/concurrent/
H A DDebugMutex.java44 * lock, and each release frees it. Releasing a lock that
55 * acquire/release pairs do not occur in the same method or
94 * p.lock.release(); // release current before return
100 * p.lock.release(); // release final lock that was held
108 * p.lock.release(); // also release current if acquire fails
111 * p.lock.release(); // release ol
165 public synchronized void release() { method in class:DebugMutex
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp50 // init() has been called and release() has not) then _alloc_region
54 // (i.e. init() has not been called or release() has been called)
57 // correct use of init() and release()).
62 // between a call to init() and a call to release(). The count
173 // Should be called when we want to release the active region which
175 HeapRegion* release();
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnectionDesc.java86 synchronized boolean release() { method in class:ConnectionDesc
87 d("release()");
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWrapper.java94 public static native void release(long object); method in class:CWrapper.NSObject
/openjdk7/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h185 void release(void* key);
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DReleaseOnCloseDeadlock.java27 * and FileLock.release
88 // release the locks explicitly
91 locks[i].release();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSessionManager.java39 * provider. It allows code to checkout a session, release it
177 objSessions.release(session);
179 opSessions.release(session);
195 // will be added to correct pool on release, nothing to do now
198 opSessions.release(session);
250 void release(Session session) { method in class:SessionManager.Pool
/openjdk7/jdk/src/share/sample/nio/server/
H A DFileContent.java112 public void release() throws IOException { method in class:FileContent
H A DStringContent.java105 public void release() throws IOException { method in class:StringContent
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DPollArrayWrapper.java65 void release(int i) { method in class:PollArrayWrapper
H A DPollSelectorImpl.java99 pollWrapper.release(0);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DGnomeFileTypeDetector.java82 buffer.release();
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsSecurityDescriptor.java171 // release resources if not completely initialized
173 release();
180 void release() { method in class:WindowsSecurityDescriptor
182 sdBuffer.release();
184 aclBuffer.release();
186 // release memory for SIDs
351 sd.release();
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DQueuingApplicationDelegate.m119 [openURLEventCopy release];
120 [replyEventCopy release];
213 [event release];
H A DNSApplicationAWT.m67 [fApplicationName release];
275 [iconData release];
282 [iconImage release];
369 [seenDummyEventLock release];
/openjdk7/corba/make/common/shared/
H A DPlatform.gmk73 # LINUX_VERSION_INFO linux only: location of linux release file
82 # Normal boot jdk is previous release, but a hard requirement is a 1.5 boot
134 # Suffix for file bundles used in previous release
208 # Suffix for file bundles used in previous release
213 LINUX_VERSION_INFO = /etc/redhat-release
216 REQUIRED_LINUX_FULLVER = Advanced Server release 2.1AS
220 LINUX_VERSION_INFO = /etc/SuSE-release
226 REQUIRED_LINUX_FULLVER = Advanced Server release 2.1AS 64 bit
314 # Suffix for file bundles used in previous release
421 # Suffix for file bundles used in previous release
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/native/
H A DSubclassing.m224 [user_data->jMethod release];
225 [user_data->jCIF release];
249 [user_data->jMethod release];
250 [user_data->jCIF release];
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.hpp40 // systems that cannot release part of a region.
111 void release();
239 void release();

Completed in 37 milliseconds

123456789