函数逻辑报告 |
Source Code:kernel\exit.c |
Create Date:2022-07-27 10:03:10 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:task_stopped_code
函数原型:static int *task_stopped_code(struct task_struct *p, bool ptrace)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
bool | ptrace |
1105 | 如果ptrace则 |
1106 | 如果task_is_traced(p)且非 JOBCTL_*, siglock protected: 按位与JOBCTL_LISTENING的值则返回:进程退出时发出的标号 |
1108 | 否则 |
1109 | 如果任务标志按位与job control stop in effect 则返回:group_exit_code |
1112 | 返回:NULL |
名称 | 描述 |
---|---|
wait_task_stopped | wait_task_stopped - Wait for %TASK_STOPPED or %TASK_TRACED*@wo: wait options*@ptrace: is the wait for ptrace*@p: task to wait for* Handle sys_wait4() work for %p in state %TASK_STOPPED or %TASK_TRACED |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |