函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:eligible_child

函数原型:static int eligible_child(struct wait_opts *wo, bool ptrace, struct task_struct *p)

返回类型:int

参数:

类型参数名称
struct wait_opts *wo
boolptrace
struct task_struct *p
944  如果非eligible_pid(wo, p)则返回:0
951  如果ptracewo_flags按位与Wait on all children, regardless of type 则返回:1
962  如果进程退出时发出的信号不等于SIGCHLD按位异或非非wo_flags按位与Wait only on non-SIGCHLD children 的值则返回:0
965  返回:1
调用者
名称描述
wait_consider_taskConsider @p for a wait by @parent