Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy.c161 static int getCGroupSubsys(int tid, const char* subsys, char* buf, size_t bufLen) in getCGroupSubsys() function
232 if (getCGroupSubsys(tid, "cpuset", grpBuf, sizeof(grpBuf)) < 0) in get_sched_policy()
247 if (getCGroupSubsys(tid, "cpu", grpBuf, sizeof(grpBuf)) < 0) in get_sched_policy()