pub const SYS_SIGPROCMASK: usize = 321;Expand description
Get or set the signal mask of the current thread.
how:SIG_BLOCK(0),SIG_UNBLOCK(1), orSIG_SETMASK(2)set_ptr: pointer to signal set to applyoldset_ptr: pointer to receive the previous signal set (0 = ignore)