函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:task_stopped_code

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

返回类型:int

参数:

类型参数名称
struct task_struct *p
boolptrace
1105  如果ptrace
1106  如果task_is_traced(p)且非 JOBCTL_*, siglock protected: 按位与JOBCTL_LISTENING的值则返回:进程退出时发出的标号
1108  否则
1109  如果任务标志按位与job control stop in effect 则返回:group_exit_code
1112  返回:NULL
调用者
名称描述
wait_task_stoppedwait_task_stopped - Wait for %TASK_STOPPED or %TASK_TRACED*@wo: wait options*@ptrace: is the wait for ptrace*@p: task to wait for* Handle sys_wait4() work for %p in state %TASK_STOPPED or %TASK_TRACED