Searched refs:release (Results 126 - 150 of 215) sorted by relevance

123456789

/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java111 signals.release();
166 // the listener which will release a permit to the signals semaphore.
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DMyOwnSynchronizer.java140 public void unlock() { sync.release(1); }
/openjdk7/jdk/test/java/util/concurrent/locks/Lock/
H A DFlakyMutex.java130 public void unlock() { sync.release(1); }
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DListenerScaleTest.java93 sema.release();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousFileChannelImpl.java195 * Invoked by FileLockImpl to release the given file lock and remove it
198 final void release(FileLockImpl fli) throws IOException { method in class:AsynchronousFileChannelImpl
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java366 sequencer.release();
599 sequencer.release();
648 sequencer.release();
1128 sequencer.release();
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DEventPortSelectorImpl.java144 pollWrapper.release(fd);
H A DEventPortWrapper.java79 // Used by release and updateRegistrations to track whether a file
223 void release(int fd) { method in class:EventPortWrapper
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.cpp78 release();
86 void PSVirtualSpace::release() { function in class:PSVirtualSpace
88 // This may not release memory it didn't reserve.
89 // Use rs.release() to release the underlying memory instead.
H A DparMarkBitMap.cpp86 rs.release();
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DTargetVM.java247 eventController().release();
343 synchronized void release() { method in class:TargetVM.EventController
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DorderAccess_windows_x86.inline.hpp37 inline void OrderAccess::storestore() { release(); }
49 inline void OrderAccess::release() { function in class:OrderAccess
50 // A volatile store has release semantics.
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCCursorManager.m107 [cursor release];
H A DCMenuItem.m196 [fMenuItem release];
413 [aCMenuItem release];
H A DJavaComponentAccessibility.m175 [fParent release];
178 [fNSRole release];
181 [fJavaRole release];
184 [fView release];
187 [fActions release];
190 [fActionsLOCK release];
482 [action release];
1425 [action release];
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp461 void ReservedSpace::release() { function in class:ReservedSpace
617 release();
621 void VirtualSpace::release() { function in class:VirtualSpace
622 // This does not release memory it never reserved.
623 // Caller must release via rs.release();
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp149 // release libthread_db agent, if we had created
180 // release ptr to ps_prochandle
1274 // Set env var PSTACK_ITER_DEBUG_RELEASE to simulate a 'release' value.
1293 dprintf_2("release='%s' version='%s'\n", name.release, name.version);
1298 strncpy(name.release, override, SYS_NMLN - 1);
1299 name.release[SYS_NMLN - 2] = '\0';
1300 dprintf_2("overriding with release='%s'\n", name.release);
1311 int major = atoi(name.release);
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES727 new error handler that's planned for the next libpng release, and changed
1401 Version 1.2.6 is going to be a simple bugfix release.
2984 VStudio release library project because the latest zlib Official Windows
3382 functions were added to claim/release the z_stream and, hopefully, make
3473 People found the presence of a beta release following an rc release
3475 and there will be no libpng-1.5.3 release.
/openjdk7/jdk/src/macosx/native/sun/java2d/opengl/
H A DCGLLayer.m75 [actions release];
H A DCGLGraphicsConfig.m68 [ctxinfo->context release];
70 [ctxinfo->scratchSurface release];
H A DCGLSurfaceData.m131 [cglsdo->pbuffer release];
536 [cglsdo->pbuffer release];
/openjdk7/hotspot/agent/src/os/linux/
H A Dps_proc.c322 .release= process_cleanup,
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp164 static void release(Symbol* sym);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java222 d("release(): ", conn);
230 d("release(): closing ", conn);
238 d("release(): release ", conn);
244 entry.release();
247 d("release(): notify");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp632 xs->head("release"); xs->text("%s", VM_Version::vm_release()); xs->cr();
633 xs->tail("release");
772 void defaultStream::release(intx holder) { function in class:defaultStream
774 // nothing to release: either a recursive lock, or we scribbled (too bad)
824 release(holder);
835 defaultStream::instance->release(holder);
841 // release the lock and return true so callers know if was
855 defaultStream::instance->release(holder);

Completed in 86 milliseconds

123456789