Searched defs:Signal (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DSignal.java35 * by the Java VM implementation. The <code>Signal.handle</code>
39 * When <code>Signal.handle</code> is called, the VM internally registers a
50 * Signal objects are created based on their names. For example:
52 * new Signal("INT");
56 * The <code>Signal</code> constructor throws <code>IllegalArgumentException</code>
62 * public void handle(Signal sig) {
66 * Signal.handle(new Signal("INT"), handler);
74 public final class Signal { class
90 * @see sun.misc.Signal#Signa
139 public Signal(String name) { method in class:Signal
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDS.h105 INLINE void Signal() { ::ReleaseMutex(m_mutex); } function in class:AwtDragSource
H A Dawt_DnDDT.h71 INLINE void Signal() { ::ReleaseMutex(m_mutex); } function in class:AwtDropTarget
215 INLINE void Signal() { ::ReleaseMutex(m_mutex); } function in class:WDTCPIStreamWrapper

Completed in 42 milliseconds