函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:15:32 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:complete_signal
函数原型:static void complete_signal(int sig, struct task_struct *p, enum pid_type type)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | sig | |
struct task_struct * | p | |
enum pid_type | type |
997 | 否则如果type恒等于单一进程或thread_group_empty(p)则返回 |
1003 | 否则 |
1009 | t等于next_thread(t) |
1010 | 如果t恒等于current thread group signal load-balancing target: 则返回 |
1025 | 如果sig_fatal(p, sig)且非see SIGNAL_* flags below 按位与group exit in progress 的值且非sigismember( & real_blocked, sig)且sig恒等于SIGKILL或非ptrace的值则 |
1032 | 如果非sig_kernel_coredump(sig)则 |
1056 | signal_wake_up(t, sig == SIGKILL) |
1057 | 返回 |
名称 | 描述 |
---|---|
__send_signal | |
send_sigqueue |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |