Module signal_handling

Module signal_handling 

Source

Enums§

DeliveryAction
Represents the action to take when signal is delivered.

Functions§

action_for_signal
deliver_signal
dequeue_signal
Dequeues and handles a pending signal for current_task.
prepare_to_restart_syscall
Maybe adjust a task’s registers to restart a syscall once the task switches back to userspace, based on whether the task previously had a syscall return with an error code indicating that a restart was required.
restore_from_signal_handler
send_freeze_signal
send_signal
send_signal_first
send_standard_signal
sys_restart_syscall