Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We don't use <linux/bitops.h> for these because there is no need tobe atomic.

Proto:static inline void sigaddset(sigset_t *set, int _sig)

Type:void

Parameter:

TypeParameterName
sigset_t *set
int_sig
56  sig = _sig - 1
57  If _NSIG_WORDS == 1 Then sig[0] |= 1UL << sig
59  Else sig[sig / _NSIG_BPW] |= 1UL << sig % _NSIG_BPW
Caller
NameDescribe
complete_signal
__send_signal
zap_other_threadsNuke all other threads in the group.
send_sigqueue
signal_deliveredsignal_delivered - *@ksig: kernel signal struct*@stepping: nonzero if debugger single-step or block-step in use* This function should be called when a signal has successfully been* delivered
kernel_sigactionFor kthreads only, must not be used if cloned with CLONE_SIGHAND
do_sigaction
zap_process