kubernetes/vendor/github.com/opencontainers/runc/libcontainer/cgroups/getallpids.go

// GetAllPids returns all pids from the cgroup identified by path, and all its
// sub-cgroups.
func GetAllPids(path string) ([]int, error) {}