| 166 | } |
| 167 | |
| 168 | int PidFdWaiter::OpenPidFd(PID pid, unsigned int flags) |
| 169 | { |
| 170 | return syscall(SYS_pidfd_open, (pid_t)pid, flags); |
| 171 | } |
| 172 | |
| 173 | ScanPidWaiter::~ScanPidWaiter() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected