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:siginitset

Proto:static inline void siginitset(sigset_t *set, unsigned long mask)

Type:void

Parameter:

TypeParameterName
sigset_t *set
unsigned longmask
227  sig[0] = mask
229  Default
230  memset( & sig[1], 0, sizeof(long) * (_NSIG_WORDS - 1))
231  Break
232  Case _NSIG_WORDS == 2
232  sig[1] = 0
233  Case _NSIG_WORDS == 1
Caller
NameDescribe
prepare_signalHandle magic process-wide effects of stop/continue signals