Function base::sys::linux::signal::get_blocked_signals

source ·
pub fn get_blocked_signals() -> SignalResult<Vec<c_int>>
Expand description

Retrieves the signal mask of the current thread as a vector of c_ints.