Skip to main content

Module sys

Module sys 

Source

Structs§

mcontext
ucontext

Constants§

SA_NOCLDSTOP
Do not generate SIGCHLD when children stop or stopped children continue.
SA_NODEFER
Causes signal not to be automatically blocked on entry to signal handler.
SA_ONSTACK
Process is executing on an alternate signal stack.
SA_RESETHAND
Causes signal dispositions to be set to SIG_DFL on entry to signal handlers.
SA_RESTART
Causes certain functions to become restartable.
SA_RESTORER
Non-POSIX, see https://www.man7.org/linux/man-pages/man2/sigaction.2.html.
SA_SIGINFO
Causes extra information to be passed to signal handlers at the time of receipt of a signal.