Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/cgroups
/ Threads
Method
Threads
cgroup2/manager.go:558–560 ·
view source on GitHub ↗
(recursive bool)
Source
from the content-addressed store, hash-verified
556
}
557
558
func
(c *Manager) Threads(recursive bool) ([]uint64, error) {
559
return
c.getTasks(recursive, cgroupThreads)
560
}
561
562
func
(c *Manager) MoveTo(destination *Manager) error {
563
processes, err := c.Procs(true)
Callers
2
TestKill
Function · 0.95
Delete
Method · 0.95
Calls
1
getTasks
Method · 0.95
Tested by
1
TestKill
Function · 0.76