函数逻辑报告 |
Source Code:kernel\exit.c |
Create Date:2022-07-27 10:03:03 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:eligible_child
函数原型:static int eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct wait_opts * | wo | |
bool | ptrace | |
struct task_struct * | p |
944 | 如果非eligible_pid(wo, p)则返回:0 |
951 | 如果ptrace或wo_flags按位与Wait on all children, regardless of type 则返回:1 |
962 | 如果进程退出时发出的信号不等于SIGCHLD按位异或非非wo_flags按位与Wait only on non-SIGCHLD children 的值则返回:0 |
965 | 返回:1 |
名称 | 描述 |
---|---|
wait_consider_task | Consider @p for a wait by @parent |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |