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

/system/core/libcutils/
H A Dsched_policy.c64 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 31 milliseconds