'\" t .\" Title: signal_delivered .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SIGNAL_DELIVERED" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Driver Basics" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" signal_delivered \- .SH "SYNOPSIS" .HP \w'void\ signal_delivered('u .BI "void signal_delivered(struct\ ksignal\ *\ " "ksig" ", int\ " "stepping" ");" .SH "ARGUMENTS" .PP \fIksig\fR .RS 4 kernel signal struct .RE .PP \fIstepping\fR .RS 4 nonzero if debugger single\-step or block\-step in use .RE .SH "DESCRIPTION" .PP This function should be called when a signal has successfully been delivered\&. It updates the blocked signals accordingly (\fIksig\fR\->ka\&.sa\&.sa_mask is always blocked, and the signal itself is blocked unless \fBSA_NODEFER\fR is set in \fIksig\fR\->ka\&.sa\&.sa_flags\&. Tracing is notified\&. .SH "COPYRIGHT" .br