Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/cgroups
/ Freeze
Method
Freeze
cgroup1/freezer.go:44–46 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(f *freezerController) Freeze(path string) error {
45
return
f.waitState(path, Frozen)
46
}
47
48
func
(f *freezerController) Thaw(path string) error {
49
return
f.waitState(path, Thawed)
Callers
nothing calls this directly
Calls
1
waitState
Method · 0.95
Tested by
no test coverage detected