Query: task_participate_group_stop
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TASK_PARTICIPATE_GRO(9) Driver Basics TASK_PARTICIPATE_GRO(9)NAMEtask_participate_group_stop - participate in a group stopSYNOPSISbool task_participate_group_stop(struct task_struct * task);ARGUMENTStask task participating in a group stopDESCRIPTIONtask 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.CONTEXTMust be called with task->sighand->siglock held.RETURNStrue if group stop completion should be notified to the parent, false otherwise.COPYRIGHTKernel Hackers Manual 3.10 June 2014 TASK_PARTICIPATE_GRO(9)