Expand description
Enums, traits and functions for working with
signal
.
Enums§
- The error cases enumeration for signal handling.
Traits§
- Trait for threads that can be signalled via
pthread_kill
.
Functions§
- Return the maximum (inclusive) real-time signal number.
- Return the minimum (inclusive) real-time signal number.
- Mask a given signal.
- Clear a pending signal.
- Create a
sigset
with given signals. - Retrieve the signal mask that is blocked of the current thread.
- Register the signal handler of
signum
. - Unmask a given signal.
- Verify that a signal number is valid.
Type Aliases§
- Public alias for a signal handler.
sigaction
.