Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dsched_policy.cpp163 static int getCGroupSubsys(int tid, const char* subsys, std::string& subgroup) { in getCGroupSubsys() function
182 if (getCGroupSubsys(tid, "schedtune", group) < 0) return -1; in get_sched_policy()
185 if (getCGroupSubsys(tid, "cpuset", group) < 0) return -1; in get_sched_policy()