Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:12 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ask_clear_jobctl_pending - clear jobctl pending bits*@task: target task*@mask: pending bits to clear* Clear @mask from @task->jobctl. @mask must be subset of* %JOBCTL_PENDING_MASK. If %JOBCTL_STOP_PENDING is being cleared, other
Proto:void task_clear_jobctl_pending(struct task_struct *task, unsigned long mask)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
unsigned long | mask |
339 | BUG_ON(mask & ~JOBCTL_PENDING_MASK) |
341 | If mask & JOBCTL_STOP_PENDING Then mask |= JOBCTL_STOP_CONSUME | JOBCTL_STOP_DEQUEUED |
344 | siglock protected &= ~mask |
Name | Describe |
---|---|
task_participate_group_stop | ask_participate_group_stop - participate in a group stop*@task: task participating in a group stop*@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 |
prepare_signal | Handle magic process-wide effects of stop/continue signals |
complete_signal | |
zap_other_threads | Nuke all other threads in the group. |
ptrace_stop | This must be called with current->sighand->siglock held.* This should be the path for all ptrace stops.* We always set current->last_siginfo while stopped here.* That makes it a way to test a stopped process for |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |