Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:16:16 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:When things go south during signal handling, we* will force a SIGSEGV. And if the signal that caused* the problem was already a SIGSEGV, we'll want to* make sure we don't even try to deliver the signal..
Proto:void force_sigsegv(int sig)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig |
1640 | p = current process |
1644 | spin_lock_irqsave( & siglock, flags) |
1646 | spin_unlock_irqrestore( & siglock, flags) |
Name | Describe |
---|---|
signal_setup_done | |
__rseq_handle_notify_resume | This resume handler must always be executed between any of:* - preemption,* - signal delivery,* and return to user-space |
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 |