Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MhmRdd/NoHello
/ pidfd_open
Function
pidfd_open
module/src/main/cpp/utils.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
static int pidfd_open(pid_t pid, unsigned int flags)
137
{
138
return syscall(SYS_pidfd_open, pid, flags);
139
}
140
141
static ssize_t process_vm_readv(pid_t pid,
142
const struct iovec *local_iov,
Callers
1
switchnsto
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected