Module dpdk_unix::signals[][src]

Support for signals.

Enums

TimedSignalWait

Represents the result of waiting for a set of signals.

Functions

block_all_signals_on_current_thread

Block all signals on the current thread.

block_all_signals_on_current_thread_bar

Block all signals specified the current thread.

block_all_signals_on_current_thread_bar_child

Block all signals on the current thread bar SIGCHLD (ie a child process has exited).

block_all_signals_on_current_thread_bar_hang_up_and_terminate_and_child

Block all signals on the current thread bar SIGUP, SIGTERM and SIGCHLD (ie a child process has exited).

hash_set_to_signal_set

Converts a hash set of signals to a libc sigset_t.

one_millisecond_timed_wait_for_signals

Waits a maximum of one millisecond for signals.

Type Definitions

SignalNumber

A signal number.