Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy.c61 static int fg_cgroup_fd = -1; variable
114 fg_cgroup_fd = open(filename, O_WRONLY | O_CLOEXEC); in __initialize()
115 if (fg_cgroup_fd < 0) { in __initialize()
386 fd = fg_cgroup_fd; in set_sched_policy()