1TASK_CLEAR_JOBCTL_TR(9) Driver Basics TASK_CLEAR_JOBCTL_TR(9)
2
3
4
6 task_clear_jobctl_trapping - clear jobctl trapping bit
7
9 void task_clear_jobctl_trapping(struct task_struct * task);
10
12 task
13 target task
14
16 If JOBCTL_TRAPPING is set, a ptracer is waiting for us to enter TRACED.
17 Clear it and wake up the ptracer. Note that we don't need any further
18 locking. task->siglock guarantees that task->parent points to the
19 ptracer.
20
22 Must be called with task->sighand->siglock held.
23
25Kernel Hackers Manual 3.10 June 2019 TASK_CLEAR_JOBCTL_TR(9)