Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:44 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_send_sig_info
Proto:int do_send_sig_info(int sig, struct kernel_siginfo *info, struct task_struct *p, enum pid_type type)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct kernel_siginfo * | info | |
struct task_struct * | p | |
enum pid_type | type |
1284 | If lock_task_sighand(p, & flags) Then |
1286 | unlock_task_sighand(p, & flags) |
1289 | Return ret |
Name | Describe |
---|---|
group_send_sig_info | send signal info to all the members of a group |
send_sig_info | These are for backward compatibility with the rest of the kernel source. |
do_send_specific | |
__oom_kill_process | |
kill_procs | Kill the processes that have been collected earlier.* Only do anything when DOIT is set, otherwise just free the list* (this is used for clean pages which do not need killing)* Also when FAIL is set do a force kill because something went* wrong earlier. |
send_sigio_to_task | |
send_sigurg_to_task |
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 |