public static interface Signal.SignalDispatcher
extends org.graalvm.nativeimage.c.function.CFunctionPointer
Signal.sigaction(int, com.oracle.svm.core.posix.headers.Signal.sigaction, com.oracle.svm.core.posix.headers.Signal.sigaction) or PosixUtils.installSignalHandler(int, com.oracle.svm.core.posix.headers.Signal.SignalDispatcher). Do NOT introduce
calls to signal or sigset, which are not portable, and when running in
HotSpot, signal chaining (libjsig) will print warnings.| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(int sig) |