Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:07 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:known_siginfo_layout
Proto:static bool known_siginfo_layout(unsigned sig, int si_code)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | sig | |
int | si_code |
3130 | If si_code == sent by the kernel from somewhere Then Return true |
3132 | Else if si_code > sent by kill, sigsend, raise Then |
3133 | If sig_specific_sicodes(sig) Then |
3140 | Else if si_code >= sent by execve() killing subsidiary threads Then Return true |
3142 | Else if si_code == sent by glibc async name lookup completion Then Return true |
3144 | Return false |
Name | Describe |
---|---|
post_copy_siginfo_from_user |
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 |