Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:30 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Verify that the signaler and signalee either are in the same pid namespace* or that the signaler's pid namespace is an ancestor of the signalee's pid* namespace.
Proto:static bool access_pidfd_pidns(struct pid *pid)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct pid * | pid |
3650 | active = task_active_pid_ns(current process) |
3653 | cycle |
3661 | Return true |
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 |