Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:09 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:siginfo_layout
Proto:enum siginfo_layout siginfo_layout(unsigned sig, int si_code)
Type:enum siginfo_layout
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned | sig | |
int | si_code |
3150 | If si_code > sent by kill, sigsend, raise && si_code < sent by the kernel from somewhere Then |
3151 | If sig < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(sig_sicodes) && si_code <= limit Then |
3158 | Else if sig == SIGSEGV && si_code == ailed address bound checks Then layout = SIL_FAULT_BNDERR |
3161 | Else if sig == SIGSEGV && si_code == ailed protection key checks Then layout = SIL_FAULT_PKUERR |
3167 | Else |
3168 | If si_code == sent by timer expiration Then layout = SIL_TIMER |
3170 | Else if si_code == sent by queued SIGIO Then layout = SIL_POLL |
3175 | Return layout |
Name | Describe |
---|---|
has_si_pid_and_uid | |
copy_siginfo_to_user32 | |
post_copy_siginfo_from_user32 |
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 |