Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\signal.h Create Date:2022-07-28 05:40:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:signal_set_stop_flags

Proto:static inline void signal_set_stop_flags(struct signal_struct *sig, unsigned int flags)

Type:void

Parameter:

TypeParameterName
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
Caller
NameDescribe
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