Module nix::sys::signal

source ·

Re-exports

pub use self::Signal::*;

Structs

Action to take on receipt of a signal. Corresponds to sigaction.
Used to request asynchronous notification of the completion of certain events, such as POSIX AIO and timers.

Enums

A signal handler.
Used to request asynchronous notification of certain events, for example, with POSIX AIO, POSIX message queues, and POSIX timers.

Constants

Functions

Manages the signal mask (set of blocked signals) for the calling thread.
Changes the action taken by a process on receipt of a specific signal.
Examine and change blocked signals.

Type Definitions