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

Method Procs

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

Source from the content-addressed store, hash-verified

552}
553
554func (c *Manager) Procs(recursive bool) ([]uint64, error) {
555 return c.getTasks(recursive, cgroupProcs)
556}
557
558func (c *Manager) Threads(recursive bool) ([]uint64, error) {
559 return c.getTasks(recursive, cgroupThreads)

Callers 6

TestKillFunction · 0.95
TestMoveToFunction · 0.95
fallbackKillMethod · 0.95
DeleteMethod · 0.95
MoveToMethod · 0.95
main.goFile · 0.80

Calls 1

getTasksMethod · 0.95

Tested by 2

TestKillFunction · 0.76
TestMoveToFunction · 0.76