Returns the maximum (inclusive) real-time signal number.
Returns the minimum (inclusive) real-time signal number.
Masks given signal.
Clears pending signal.
Resets the signal handler of signum num
back to the default.
Creates sigset
from an array of signal numbers.
Retrieves the signal mask of the current thread as a vector of c_ints.
Safety
Registers handler
as the signal handler for the real-time signal with signum num
.
Registers handler
as the signal handler of signum num
.
Unmasks given signal.
Wait for signal before continuing. The signal number of the consumed signal is returned on
success. EAGAIN means the timeout was reached.