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

Method Delete

cgroup1/control.go:74–74  ·  view source on GitHub ↗

Delete removes the cgroup as a whole

()

Source from the content-addressed store, hash-verified

72 AddTask(Process, ...Name) error
73 // Delete removes the cgroup as a whole
74 Delete() error
75 // MoveTo moves all the processes under the calling cgroup to the provided one
76 // subsystems are moved one at a time
77 MoveTo(Cgroup) error

Callers 5

main.goFile · 0.65
TestLoadFunction · 0.65
TestDeleteFunction · 0.65
TestCpusetParentFunction · 0.65
DeleteMethod · 0.65

Implementers 1

cgroupcgroup1/cgroup.go

Calls

no outgoing calls

Tested by 3

TestLoadFunction · 0.52
TestDeleteFunction · 0.52
TestCpusetParentFunction · 0.52