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

/system/core/libcutils/
H A Dsched_policy.c62 static int fg_cgroup_fd = -1; variable
79 fd = fg_cgroup_fd;
135 fg_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC);
136 if (fg_cgroup_fd < 0) {

Completed in 39 milliseconds