Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:16:27
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:do_notify_pidfd

Proto:static void do_notify_pidfd(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
1893  WARN_ON(exit state == 0)
1894  pid = task_pid(task)
1895  wake_up_all( & wait queue for pidfd notifications )
Caller
NameDescribe
do_notify_parentLet a parent know about the death of a child.* For a stopped/continued status change, use do_notify_parent_cldstop instead.* Returns true if our parent ignored us and so we've switched to* self-reaping.