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

Method Freeze

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

Freeze freezes or pauses all processes inside the cgroup

()

Source from the content-addressed store, hash-verified

85 Tasks(Name, bool) ([]Task, error)
86 // Freeze freezes or pauses all processes inside the cgroup
87 Freeze() error
88 // Thaw thaw or resumes all processes inside the cgroup
89 Thaw() error
90 // OOMEventFD returns the memory subsystem's event fd for OOM events

Callers 2

TestFreezeThawFunction · 0.65
FreezeMethod · 0.65

Implementers 1

cgroupcgroup1/cgroup.go

Calls

no outgoing calls

Tested by 1

TestFreezeThawFunction · 0.52