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

/system/core/libcutils/
H A Dsched_policy.cpp255 char grpBuf[32]; local
257 grpBuf[0] = '\0';
259 if (getCGroupSubsys(tid, "schedtune", grpBuf, sizeof(grpBuf)) < 0) return -1;
261 if ((grpBuf[0] == '\0') && cpusets_enabled()) {
262 if (getCGroupSubsys(tid, "cpuset", grpBuf, sizeof(grpBuf)) < 0) return -1;
264 if (grpBuf[0] == '\0') {
266 } else if (!strcmp(grpBuf, "foreground")) {
268 } else if (!strcmp(grpBuf, "syste
[all...]

Completed in 22 milliseconds