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

Re-exports

pub use self::Signal::*;

Structs

SaFlags
SigAction

Action to take on receipt of a signal. Corresponds to sigaction.

SigEvent

Used to request asynchronous notification of the completion of certain events, such as POSIX AIO and timers.

SigSet
SignalIterator

Enums

SigHandler

A signal handler.

SigevNotify

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

SigmaskHow
Signal

Constants

NSIG
SIGIOT
SIGPOLL
SIGUNUSED

Functions

kill
killpg

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

pthread_sigmask

Manages the signal mask (set of blocked signals) for the calling thread.

raise
sigaction

Changes the action taken by a process on receipt of a specific signal.

signal

Signal management (see signal(3p))

sigprocmask

Examine and change blocked signals.

Type Definitions

type_of_thread_id