All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.darwinsys.signal.LibSignal
N.B. We DO NOT KNOW if most jvm's are signal safe! We hope that calling it in the context of the running thread is OK. It works for the cases we've tested.
This way, we aren't trying to do anything too fancy like create a thread from withing the signal handler; it has only to call start.
public LibSignal()
public static native void setsighandler(Thread r)
public static void setSignalHandler(Thread r)
All Packages Class Hierarchy This Package Previous Next Index