'\" t .\" Title: task_participate_group_stop .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: Driver Basics .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TASK_PARTICIPATE_GRO" "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" task_participate_group_stop \- participate in a group stop .SH "SYNOPSIS" .HP \w'bool\ task_participate_group_stop('u .BI "bool task_participate_group_stop(struct\ task_struct\ *\ " "task" ");" .SH "ARGUMENTS" .PP \fItask\fR .RS 4 task participating in a group stop .RE .SH "DESCRIPTION" .PP \fItask\fR has \fBJOBCTL_STOP_PENDING\fR set and is participating in a group stop\&. Group stop states are cleared and the group stop count is consumed if \fBJOBCTL_STOP_CONSUME\fR was set\&. If the consumption completes the group stop, the appropriate \fBSIGNAL_\fR* flags are set\&. .SH "CONTEXT" .PP Must be called with \fItask\fR\->sighand\->siglock held\&. .SH "RETURN" .PP \fBtrue\fR if group stop completion should be notified to the parent, \fBfalse\fR otherwise\&. .SH "COPYRIGHT" .br