Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Return non-zero if there is a SIGKILL that should be waking us up.* Called with the siglock held.

Proto:static bool sigkill_pending(struct task_struct *tsk)

Type:bool

Parameter:

TypeParameterName
struct task_struct *tsk
2100  Return sigismember( & signal, SIGKILL) || sigismember( & signal, SIGKILL)
Caller
NameDescribe
ptrace_stopThis 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