函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-27 10:16:32
Last Modify:2020-03-17 13:28:47 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:static bool sigkill_pending(struct task_struct *tsk)

返回类型:bool

参数:

类型参数名称
struct task_struct *tsk
2100  返回:sigismember( & signal, SIGKILL)或sigismember( & signal, SIGKILL)
调用者
名称描述
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