Structs§
- SigSet
- POSIX defines sigset_t as either a numeric or structure type (so the number of signals can exceed the bits in a machine word). The programmer is supposed to modify this bitfield using sigaddset(), etc. rather than setting bits directly so client code can be agnostic to the definition.
- Signal
- The
Signalstruct represents a valid signal. - Unchecked
Signal - An unchecked signal represents a signal that has not been through verification, and may represent an invalid signal number.
Constants§
- SIGABRT
- SIGALRM
- SIGBUS
- SIGCHLD
- SIGCONT
- SIGFPE
- SIGHUP
- SIGILL
- SIGINT
- SIGIO
- SIGIOT
- SIGKILL
- SIGPIPE
- SIGPROF
- SIGPWR
- SIGQUIT
- SIGRTMIN
- SIGSEGV
- SIGSTKFLT
- SIGSTOP
- SIGSYS
- SIGTERM
- SIGTRAP
- SIGTSTP
- SIGTTIN
- SIGTTOU
- SIGURG
- SIGUSR1
- SIGUSR2
- SIGVTALRM
- SIGWINCH
- SIGXCPU
- SIGXFSZ
- UNBLOCKABLE_
SIGNALS