MCPcopy Create free account
hub / github.com/XpuOS/xsched / OpenPidFd

Method OpenPidFd

utils/src/waitpid.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168int PidFdWaiter::OpenPidFd(PID pid, unsigned int flags)
169{
170 return syscall(SYS_pidfd_open, (pid_t)pid, flags);
171}
172
173ScanPidWaiter::~ScanPidWaiter()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected