Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\exit.c Create Date:2022-07-28 09:02:43
Last Modify:2020-03-17 11:17:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:is_current_pgrp_orphaned

Proto:int is_current_pgrp_orphaned(void)

Type:int

Parameter:Nothing

293  read_lock( & tasklist_lock)
294  retval = Determine if a process group is "orphaned", according to the POSIX* definition in 2
295  read_unlock( & tasklist_lock)
297  Return retval
Caller
NameDescribe
get_signal