函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:16:32 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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_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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |