函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:find_alive_thread

函数原型:static struct task_struct *find_alive_thread(struct task_struct *p)

返回类型:struct task_struct

参数:

类型参数名称
struct task_struct *p
494  for_each_thread(p, t)
495  如果非任务标志按位与Getting shut down 的值则返回:t
498  返回:NULL
调用者
名称描述
find_child_reaper
find_new_reaperWhen we die, we re-parent all our children, and try to:* 1