Module signal_hook::low_level
source · Expand description
Some low level utilities
More often to build other abstractions than used directly.
Modules
- channel
channel
A restricted channel to pass data from signal handler. - pipeNon-WindowsModule with the self-pipe pattern.
- siginfo
extended-siginfo-raw
Extracting more information from the Csiginfo_t
structure.
Functions
- A bare libc abort.
- Emulates the behaviour of a default handler for the provided signal.
- A bare libc exit.
- The usual raise, just the safe wrapper around it.
- Registers an arbitrary action for the given signal.
- Provides a human-readable name of a signal.
- Removes a previously installed action.