Function report |
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 activity | Download SCCT | Chinese |
Name:siginitset
Proto:static inline void siginitset(sigset_t *set, unsigned long mask)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | set | |
unsigned long | 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 |
Name | Describe |
---|---|
prepare_signal | Handle magic process-wide effects of stop/continue signals |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |