MCPcopy 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
937Try<set<pid_t>> threads(const string& hierarchy, const string& cgroup)
938{
939 return internal::tasks(hierarchy, cgroup, "tasks");
940}
941
942
943Try<Nothing> assign(const string& hierarchy, const string& cgroup, pid_t pid)

Callers 3

setnsFunction · 0.70
TEST_FFunction · 0.50
usageMethod · 0.50

Calls 1

tasksFunction · 0.85

Tested by 1

TEST_FFunction · 0.40