Module nix::sys::signal[][src]

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

Send a signal to a process group (see killpg(3)).

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.

Signal management (see signal(3p))

Examine and change blocked signals.

Type Definitions