Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:34 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:complete_signal
Proto:static void complete_signal(int sig, struct task_struct *p, enum pid_type type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct task_struct * | p | |
enum pid_type | type |
986 | signal = Signal handlers: |
997 | Else if type == PIDTYPE_PID || thread_group_empty(p) Then Return |
1003 | Else |
1009 | t = next_thread(t) |
1010 | If t == current thread group signal load-balancing target: Then Return |
1025 | If sig_fatal(p, sig) && Not (see SIGNAL_* flags below & group exit in progress ) && Not sigismember( & real_blocked, sig) && ( sig == SIGKILL || Not ptrace ) Then |
1032 | If Not sig_kernel_coredump(sig) Then |
1056 | signal_wake_up(t, sig == SIGKILL) |
1057 | Return |
Name | Describe |
---|---|
__send_signal | |
send_sigqueue |
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 |