Name

task_clear_group_stop_pending — clear pending group stop

Synopsis

void task_clear_group_stop_pending (struct task_struct * task);
 

Arguments

task

target task

Description

Clear group stop states for task.

CONTEXT

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