Function report |
Source Code:kernel\pid.c |
Create Date:2022-07-28 09:28:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pidfd_open() - Open new pid file descriptor.*@pid: pid for which to retrieve a pidfd*@flags: flags to pass* This creates a new pid file descriptor with the O_CLOEXEC flag set for* the process identified by @pid. Currently, the process identified by
Proto:SYSCALL_DEFINE2(pidfd_open, pid_t, pid, unsigned int, flags)
Type:
Parameter:Nothing
551 | p = find_get_pid(pid) |
561 | Return fd |
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 |