Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:31 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pidfd_to_pid
Proto:static struct pid *pidfd_to_pid(const struct file *file)
Type:struct pid
Parameter:
Type | Parameter | Name |
---|---|---|
const struct file * | file |
3687 | Return tgid_pidfd_to_pid(file) |
Name | Describe |
---|---|
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( |
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 |