函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\ptrace.c Create Date:2022-07-27 10:13:14
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Called with irqs disabled, returns true if childs should reap themselves.

函数原型:static int ignoring_children(struct sighand_struct *sigh)

返回类型:int

参数:

类型参数名称
struct sighand_struct *sigh
502  加自旋锁
503  ret等于sa_handler恒等于gnore signal sa_flags按位与SA_NOCLDWAIT
505  自旋锁解锁
506  返回:ret
调用者
名称描述
__ptrace_detachCalled with tasklist_lock held for writing