Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:05 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sig_task_ignored
Proto:static bool sig_task_ignored(struct task_struct *t, int sig, bool force)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t | |
int | sig | |
bool | force |
83 | handler = sig_handler(t, sig) |
89 | If Value for the false possibility is greater at compile time( Per task flags (PF_*), defined further below: & r init: ignore fatal signals ) && handler == default signal handling && Not (force && sig_kernel_only(sig)) Then Return true |
94 | If Value for the false possibility is greater at compile time(( Per task flags (PF_*), defined further below: & I am a kernel thread ) && (handler == SIG_KTHREAD_KERNEL) && !force) Then Return true |
98 | Return sig_handler_ignored(handler, sig) |
Name | Describe |
---|---|
sig_ignored |
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 |