Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sig_ignored

Proto:static bool sig_ignored(struct task_struct *t, int sig, bool force)

Type:bool

Parameter:

TypeParameterName
struct task_struct *t
intsig
boolforce
108  If sigismember( & blocked, sig) || sigismember( & real_blocked, sig) Then Return false
116  If ptrace && sig != SIGKILL Then Return false
119  Return sig_task_ignored(t, sig, force)
Caller
NameDescribe
prepare_signalHandle magic process-wide effects of stop/continue signals