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

Reexports

pub use self::signal::{SIGTRAP, SIGIOT, SIGBUS, SIGSYS, SIGURG, SIGSTOP, SIGTSTP, SIGCONT, SIGCHLD, SIGTTIN, SIGTTOU, SIGIO, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF, SIGWINCH, SIGUSR1, SIGUSR2};
pub use self::signal::SockFlag;
pub use self::signal::{HowFlag, SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK};
pub use self::signal::sigset_t;

Modules

signal

Structs

SigAction
SigSet

Constants

SIGABRT
SIGALRM
SIGEMT
SIGFPE
SIGHUP
SIGILL
SIGINT
SIGKILL
SIGPIPE
SIGQUIT
SIGSEGV
SIGTERM

Functions

kill
pthread_sigmask

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

sigaction

Type Definitions

SigNum