函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\signal.h Create Date:2022-07-27 06:42:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:signal_set_stop_flags

函数原型:static inline void signal_set_stop_flags(struct signal_struct *sig, unsigned int flags)

返回类型:void

参数:

类型参数名称
struct signal_struct *sig
unsigned intflags
252  WARN_ON(see SIGNAL_* flags below & (group exit in progress | coredump in progress ))
253  see SIGNAL_* flags below 等于see SIGNAL_* flags below 按位与SIGNAL_STOP_MASK的反按位或flags
调用者
名称描述
task_participate_group_stopask_participate_group_stop - participate in a group stop*@task: task participating in a group stop*@task has %JOBCTL_STOP_PENDING set and is participating in a group stop.* Group stop states are cleared and the group stop count is consumed if
prepare_signalHandle magic process-wide effects of stop/continue signals