Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ assign
Function
assign
src/linux/cgroups.cpp:943–946 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
941
942
943
Try<Nothing> assign(const string& hierarchy, const string& cgroup, pid_t pid)
944
{
945
return cgroups::write(hierarchy, cgroup,
"cgroup.procs"
, stringify(pid));
946
}
947
948
949
Try<Nothing> isolate(
Callers
5
TEST_F
Function · 0.85
foreach
Function · 0.85
foreach
Function · 0.85
isolate
Function · 0.85
extendLifetime
Function · 0.85
Calls
2
write
Function · 0.70
stringify
Function · 0.70
Tested by
1
TEST_F
Function · 0.68