Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:16:09 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kill_pid_info
Proto:int kill_pid_info(int sig, struct kernel_siginfo *info, struct pid *pid)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct kernel_siginfo * | info | |
struct pid * | pid |
1438 | cycle |
1440 | p = pid_task(pid, PIDTYPE_PID) |
1441 | If p Then error = send signal info to all the members of a group |
1444 | If Value is more likely to compile time(!p || error != - ESRCH) Then Return error |
Name | Describe |
---|---|
kill_proc_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. |
kill_pid | |
SYSCALL_DEFINE4 | sys_pidfd_send_signal - Signal a process through a pidfd*@pidfd: file descriptor of the process*@sig: signal to send*@info: signal info*@flags: future flags* The syscall currently only signals via PIDTYPE_PID which covers* kill( |
it_real_fn | The timer is automagically restarted, when interval != 0 |
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 |