Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sigemptyset

Proto:static inline void sigemptyset(sigset_t *set)

Type:void

Parameter:

TypeParameterName
sigset_t *set
185  Default
186  memset(set, 0, sizeof(sigset_t))
187  Break
188  Case _NSIG_WORDS == 2
188  sig[1] = 0
190  Case _NSIG_WORDS == 1
190  sig[0] = 0
191  Break
Caller
NameDescribe
copy_processCreate a new process
flush_sigqueue
flush_signal_handlersFlush all handlers for a task.
do_sigtimedwaitdo_sigtimedwait - wait for queued signals specified in @which*@which: queued signals to wait for*@info: if non-null, the signal's siginfo is returned here*@ts: upper bound on process time suspension
kernel_sigactionFor kthreads only, must not be used if cloned with CLONE_SIGHAND
do_sigaction
SYSCALL_DEFINE2For backwards compatibility. Functionality superseded by sigaction.
selinux_bprm_committed_credsClean up the process immediately after the installation of new credentials* due to exec