MCPcopy 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
943Try<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
949Try<Nothing> isolate(

Callers 5

TEST_FFunction · 0.85
foreachFunction · 0.85
foreachFunction · 0.85
isolateFunction · 0.85
extendLifetimeFunction · 0.85

Calls 2

writeFunction · 0.70
stringifyFunction · 0.70

Tested by 1

TEST_FFunction · 0.68