Function lrs::syscall::rt_sigprocmask

Modifies or inspects the process signal mask.

Syntax

fn rt_sigprocmask(how: i32, set: Option<&sigset_t>, old: Option<&mut sigset_t>) -> i32

Arguments

NameDescription
how

How the mask will be modified.

set

The argument for modification.

old

Optional place in which the old set will be stored.

See also