Searched refs:release (Results 176 - 200 of 215) sorted by relevance

123456789

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXNodeSet.java378 public void release(DTMIterator iter) method in class:XNodeSet
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java269 public void release(org.omg.CORBA.Object obj) method in class:CorbaClientDelegateImpl
271 // DO NOT clear out internal variables to release memory
/openjdk7/jdk/src/share/classes/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java146 * // Must release read lock before acquiring write lock
306 * where the next thread to release is the last one to
546 cachedHoldCounter = rh; // cache for release
877 * Attempts to release this lock.
1119 * Attempts to release this lock.
1131 sync.release(1);
H A DAbstractQueuedLongSynchronizer.java226 * unparks upon release. Assigned during enqueuing, adjusted
444 * propagation. (Note: For exclusive mode, release just amounts
449 * Ensure that a release propagates, even if there are other
453 * ensure that upon release, propagation continues.
574 * This node has already set status asking a release
833 * signalled by a release from some other thread. This can be used
856 * Attempts to set the state to reflect a release in exclusive
859 * <p>This method is always invoked by the thread performing release.
864 * @param arg the release argument. This value is always the one
865 * passed to a release metho
1036 public final boolean release(long arg) { method in class:AbstractQueuedLongSynchronizer
[all...]
H A DAbstractQueuedSynchronizer.java83 * held with respect to the current thread, method {@link #release}
181 * release parameters, and an internal FIFO wait queue. When this does
242 * public void unlock() { sync.release(1); }
259 * acquire and release methods.
449 * unparks upon release. Assigned during enqueuing, adjusted
667 * propagation. (Note: For exclusive mode, release just amounts
672 * Ensure that a release propagates, even if there are other
676 * ensure that upon release, propagation continues.
797 * This node has already set status asking a release
1056 * signalled by a release fro
1259 public final boolean release(int arg) { method in class:AbstractQueuedSynchronizer
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp428 // Request that all workers release their resources.
430 // Ask if a particular worker should release its resources.
432 // Note the release of resources by the argument worker.
544 // e.g., to handle resource release requests.
638 // that tells all the tasks to release their resource areas.
775 static void release(Monitor* instance);
H A DgcTaskManager.cpp514 // idle tasks and will no longer be release (since a new GC
515 // is starting). Try later to release enough idle_workers
637 // there is nothing to do, except maybe release resources.
644 " release: %s",
670 // in case someone wanted us to release resources, or whatever.
719 " release: %s",
796 // We have to release the barrier tasks!
883 gclog_or_tty->print_cr("--- release %d", which);
917 // and whose destructor would release the lock,
1033 MonitorSupply::release(monito
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp360 mapped_rs.release();
H A Dheap.cpp146 void CodeHeap::release() {
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c208 if (!strcmp(name.release,"5.7"))
225 * if ( (Use_devpoll == 0) && !strcmp(name.release,"5.6") )
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DJavaTextAccessibility.m71 [temp release];
H A DApplicationDelegate.m477 [dockImageView release];
H A DCTextPipe.m270 [attribString release];
/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTStrike.m71 [fAWTFont release];
H A DCGGlyphImages.m680 [tmpCanvas release];
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java725 protected void release() { method in class:AppletClassLoader
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java643 public void unlock() { release(1); }
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java268 // release waiters and invoke completion handler
282 // release waiters
373 nd.release(fdObj, fli.position(), fli.size());
466 // release resources
488 // release waiters and invoke completion handler
506 // release waiters
647 // release resources
670 // release waiters and invoke completion handler
684 // release waiters and invoker completion handler
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DBasic.java191 fl.release();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp214 TEVENT (fast_exit: release stacklock) ;
236 TEVENT (slow_enter: release stacklock) ;
441 // OrderAccess::storestore() calls release() which STs 0 into the global volatile
1284 // decides to release the lock while the value is 0, the unlock will fail
1598 // Iterate through monitor cache and attempt to release thread's monitors
/openjdk7/jdk/make/common/
H A DRelease.gmk33 # Perform release engineering tasks.
1225 JDK_INFO_FILE = $(JDK_IMAGE_DIR)/release
1226 JRE_INFO_FILE = $(JRE_IMAGE_DIR)/release
1228 # Common way to emit a line into the release or info file
1255 # Create release file to identify this image
1267 # Create release file to identify this image
1330 $(ECHO) "ERROR: You do not have access to the previous java release jre bundles. \n" \
1338 $(ECHO) "ERROR: You do not have access to the previous java release sdk bundles. \n" \
1432 -include $(JDK_TOPDIR)/make/closed/common/release.gmk
/openjdk7/jdk/src/solaris/native/java/net/
H A DPlainDatagramSocketImpl.c182 sysinfo.release[3] = '\0';
183 isOldKernel = (strcmp(sysinfo.release, "2.2") == 0);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DPOAImpl.java301 poaMutex.release() ;
/openjdk7/hotspot/agent/src/os/bsd/
H A Dps_core.c529 .release= core_release,
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_core.c524 .release= core_release,

Completed in 106 milliseconds

123456789