1. NAME

task_participate_group_stop - participate in a group stop

2. SYNOPSIS

bool task_participate_group_stop(struct task_struct *  task );

3. ARGUMENTS

task
    task participating in a group stop

4. DESCRIPTION

task has JOBCTL_STOP_PENDING set and is participating in a group stop. Group stop states are cleared and the group stop count is consumed if JOBCTL_STOP_CONSUME was set. If the consumption completes the group stop, the appropriate SIGNAL_* flags are set.

5. CONTEXT

Must be called with task->sighand->siglock held.

6. RETURNS

true if group stop completion should be notified to the parent, false otherwise.

7. COPYRIGHT