Function process_signals

Source
pub unsafe fn process_signals(ucontext: Option<&mut ucontext>) -> bool
Expand description

Handle pending unblocked signals, and return whether all corresponding signal actions had the SA_RESTART flag set.

§Safety

Configured handlers for all pending unblocked signals must be safe to call. (Which we basically can’t ensure).