Lines Matching refs:from
59 /// Software termination signal from kill
71 /// Sendable stop signal not from tty
73 /// Stop signal from tty
469 // is represented exactly like the `sigset_t` struct from C.
501 /// Remove all signals from this set.
507 /// Remove the specified signal from this set.
521 _ => unreachable!("unexpected value from sigismember"),
547 /// Removes the set of signals from the signal mask for the calling thread.
819 /// `signal` also returns any error from `libc::signal`, such as when an attempt
1119 fn from(sigevent: &libc::sigevent) -> Self {