Home
last modified time | relevance | path

Searched refs:cgroups (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dutils.cc1054 std::vector<std::string> cgroups; in GetSchedulerGroupName() local
1055 Split(cgroup_fields[1], ',', cgroups); in GetSchedulerGroupName()
1056 for (size_t i = 0; i < cgroups.size(); ++i) { in GetSchedulerGroupName()
1057 if (cgroups[i] == "cpu") { in GetSchedulerGroupName()