Module nix::sys::signal [−][src]
Expand description
Operating system signals.
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.
Iterate through all signals defined by this operating system
Enums
A signal handler.
Specifies the notification method used by a SigEvent
Specifies how certain functions should manipulate a signal mask
Types of operating system signals
Constants
Functions
Send a signal to a process
Send a signal to a process group
Manages the signal mask (set of blocked signals) for the calling thread.
Send a signal to the current thread
Signal management (see signal(3p))
Examine and change blocked signals.
Type Definitions
Identifies a thread for SigevNotify::SigevThreadId