1TASK_PARTICIPATE_GRO(9) Driver Basics TASK_PARTICIPATE_GRO(9)
2
3
4
6 task_participate_group_stop - participate in a group stop
7
9 bool task_participate_group_stop(struct task_struct * task);
10
12 task
13 task participating in a group stop
14
16 task has JOBCTL_STOP_PENDING set and is participating in a group stop.
17 Group stop states are cleared and the group stop count is consumed if
18 JOBCTL_STOP_CONSUME was set. If the consumption completes the group
19 stop, the appropriate SIGNAL_* flags are set.
20
22 Must be called with task->sighand->siglock held.
23
25 true if group stop completion should be notified to the parent, false
26 otherwise.
27
29Kernel Hackers Manual 3.10 June 2019 TASK_PARTICIPATE_GRO(9)