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

/system/core/libcutils/
H A Dsched_policy.cpp187 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) function
259 if (getCGroupSubsys(tid, "schedtune", grpBuf, sizeof(grpBuf)) < 0) return -1;
262 if (getCGroupSubsys(tid, "cpuset", grpBuf, sizeof(grpBuf)) < 0) return -1;

Completed in 48 milliseconds