Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/cgroups
/ Freeze
Method
Freeze
cgroup2/manager.go:747–749 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
745
}
746
747
func
(c *Manager) Freeze() error {
748
return
c.freeze(c.path, Frozen)
749
}
750
751
func
(c *Manager) Thaw() error {
752
return
c.freeze(c.path, Thawed)
Callers
1
fallbackKill
Method · 0.95
Calls
1
freeze
Method · 0.95
Tested by
no test coverage detected