MCPcopy
hub / github.com/containerd/containerd / pidfdWaitid

Function pidfdWaitid

core/mount/mount_idmapped_utils_linux.go:92–96  ·  view source on GitHub ↗
(pidFD *os.File)

Source from the content-addressed store, hash-verified

90}
91
92func pidfdWaitid(pidFD *os.File) error {
93 return sys.IgnoringEINTR(func() error {
94 return unix.Waitid(unix.P_PIDFD, int(pidFD.Fd()), nil, unix.WEXITED, nil)
95 })
96}

Callers 1

getUsernsFDFunction · 0.70

Calls 1

IgnoringEINTRFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…