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