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:Some extensions for manipulating the low 32 signals in particular.

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

Type:void

Parameter:

TypeParameterName
sigset_t *set
unsigned longmask
212  sig[0] |= mask
Caller
NameDescribe
SYSCALL_DEFINE3sys_sigprocmask - examine and change blocked signals*@how: whether to add, remove, or set signals*@nset: signals to add or remove (if non-null)*@oset: previous value of signal mask if non-null* Some platforms have their own version with special arguments;
COMPAT_SYSCALL_DEFINE3