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.
pub fn get_blocked_signals() -> SignalResult<Vec<c_int>>
Retrieves the signal mask of the current thread as a vector of c_ints.