Module vmm_sys_util::signal[][src]

Expand description

Enums, traits and functions for working with signal.

Enums

The error cases enumeration for signal handling.

Traits

Trait for threads that can be signalled via pthread_kill.

Functions

Return the maximum (inclusive) real-time signal number.

Return the minimum (inclusive) real-time signal number.

Mask a given signal.

Clear a pending signal.

Create a sigset with given signals.

Retrieve the signal mask that is blocked of the current thread.

Register the signal handler of signum.

Unmask a given signal.

Verify that a signal number is valid.

Type Definitions

Public alias for a signal handler. sigaction.

A simplified Result type for operations that can return Error.