Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:48 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:send signal info to all the members of a group
Proto:int group_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 |
1410 | Return ret |
Name | Describe |
---|---|
__kill_pgrp_info | __kill_pgrp_info() sends a signal to a process group: this is what the tty* control characters do (^C, ^Z etc)* - the caller must hold at least a readlock on tasklist_lock |
kill_pid_info | |
kill_something_info | kill_something_info() interprets pid in interesting ways just like kill(2).* POSIX specifies that kill(-1,sig) is unspecified, but what we have* is probably wrong. Should make it like BSD or SYSV. |
zap_pid_ns_processes | |
do_bpf_send_signal | |
____bpf_send_signal |
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 |