MCPcopy Create free account
hub / github.com/containerd/cgroups / Threads

Method Threads

cgroup2/manager.go:558–560  ·  view source on GitHub ↗
(recursive bool)

Source from the content-addressed store, hash-verified

556}
557
558func (c *Manager) Threads(recursive bool) ([]uint64, error) {
559 return c.getTasks(recursive, cgroupThreads)
560}
561
562func (c *Manager) MoveTo(destination *Manager) error {
563 processes, err := c.Procs(true)

Callers 2

TestKillFunction · 0.95
DeleteMethod · 0.95

Calls 1

getTasksMethod · 0.95

Tested by 1

TestKillFunction · 0.76