Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ threads
Function
threads
src/linux/cgroups.cpp:937–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
935
936
937
Try<set<pid_t>> threads(const string& hierarchy, const string& cgroup)
938
{
939
return internal::tasks(hierarchy, cgroup,
"tasks"
);
940
}
941
942
943
Try<Nothing> assign(const string& hierarchy, const string& cgroup, pid_t pid)
Callers
3
setns
Function · 0.70
TEST_F
Function · 0.50
usage
Method · 0.50
Calls
1
tasks
Function · 0.85
Tested by
1
TEST_F
Function · 0.40