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

Proto:static inline void signotset(sigset_t *set)

Type:void

Parameter:

TypeParameterName
sigset_t *set
177  Case / == 4
177  sig[3] = ~sig[3]
177  sig[2] = ~sig[2]
177  Case / == 2
177  sig[1] = ~sig[1]
177  Case / == 1
177  sig[0] = ~sig[0]
177  Break
177  Default
177  Do
177  When 0 cycle
Caller
NameDescribe
exit_signals
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
signalfd_show_fdinfo
do_signalfd4