HomeSort by relevance Sort by last modified time
    Searched full:system_cgroup_fd (Results 1 - 1 of 1) sorted by null

  /system/core/libcutils/
sched_policy.c 64 static int system_cgroup_fd = -1; variable
83 fd = system_cgroup_fd;
128 system_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC);
129 if (system_cgroup_fd < 0) {

Completed in 2910 milliseconds