Function lrs::signal::set_blocked_signals

Sets the set of signals that are blocked from this thread.

Syntax

fn set_blocked_signals(set: Sigset) -> Result<Sigset, Errno>

Arguments

NameDescription
set

The new set of blocked signals.

Return value

Returns of signals that were blocked before the call.

See also