Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:15:46
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Nuke all other threads in the group.

Proto:int zap_other_threads(struct task_struct *p)

Type:int

Parameter:

TypeParameterName
struct task_struct *p
1344  t = p
1345  count = 0
1347  group_stop_count = 0
1350  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
1351  count++
1354  If exit state Then Continue
1356  We don't use for these because there is no need tobe atomic.
1357  signal_wake_up(t, 1)
1360  Return count