HomeSort by relevance Sort by last modified time
    Searched full:cgroup (Results 1 - 13 of 13) 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")) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cgroupstats.h 1 /* cgroupstats.h - exporting per-cgroup statistics
21 * Data shared between user space and kernel space on a per cgroup
  /external/iproute2/tc/
f_cgroup.c 21 fprintf(stderr, "Usage: ... cgroup [ match EMATCH_TREE ] [ police POLICE_SPEC ]\n");
112 .id = "cgroup",
  /system/core/libcutils/
sched_policy.c 121 * The data from /proc/<pid>/cgroup looks (something) like:
126 * the default cgroup. If the string is longer than "bufLen", the string
136 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
181 SLOGE("Bad cgroup data {%s}", lineBuf);
  /system/core/rootdir/
init.rc 34 # Create cgroup mount point for cpu accounting
36 mount cgroup none /acct cpuacct
73 # Create cgroup mount points for process groups
75 mount cgroup none /dev/cpuctl cpu
  /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...]
  /external/iproute2/include/linux/
pkt_cls.h 399 /* Cgroup classifier */
  /external/kernel-headers/original/linux/
pkt_cls.h 399 /* Cgroup classifier */
  /dalvik/vm/
Thread.h 499 * If necessary, raise the thread's priority to nice=0 cgroup=fg.
Thread.c 55 // Change this to enable logging on cgroup errors
    [all...]
  /frameworks/base/libs/binder/
IPCThreadState.cpp 461 // default cgroup before rejoining the pool. The driver takes care of
    [all...]
  /prebuilt/android-arm/kernel/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 398 milliseconds