Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:20 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Flush all handlers for a task.
Proto:void flush_signal_handlers(struct task_struct *t, int force_default)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t | |
int | force_default |
538 | If force_default || sa_handler != gnore signal Then sa_handler = default signal handling |
540 | sa_flags = 0 |
542 | sa_restorer = NULL |
544 | sigemptyset( & mask last for extensibility ) |
545 | ka++ |
Name | Describe |
---|---|
call_usermodehelper_exec_async | This is the task which runs the usermode application |
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 |