HomeSort by relevance Sort by last modified time
    Searched refs:cgroup (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed
98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup";
100 String cgroup = FileUtils.readTextFile(new File(fn), 1024, null); local
101 for (String line : cgroup.split("\n")) {
  /external/libxml2/
catalog.c 530 * @cgroup: group node for group members
536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
544 if (cur->group == cgroup) {
1082 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup);
1132 * @cgroup: the group which includes this node
1143 xmlCatalogEntryPtr cgroup) {
1184 ret = xmlNewCatalogEntry(type, nameValue, uriValue, URL, prefer, cgroup);
1205 * @cgroup: the group which includes this node
1213 xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup)
    [all...]

Completed in 6087 milliseconds