Loading libcutils/sched_policy.c +0 −3 Original line number Diff line number Diff line Loading @@ -131,9 +131,6 @@ static void __initialize(void) { bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC); filename = "/dev/cpuset/system-background/tasks"; system_bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC); if (system_bg_cpuset_fd < 0) { SLOGE("initialize of system-bg failed: %s\n", strerror(errno)); } #ifdef USE_SCHEDBOOST filename = "/sys/fs/cgroup/stune/foreground/tasks"; fg_schedboost_fd = open(filename, O_WRONLY | O_CLOEXEC); Loading Loading
libcutils/sched_policy.c +0 −3 Original line number Diff line number Diff line Loading @@ -131,9 +131,6 @@ static void __initialize(void) { bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC); filename = "/dev/cpuset/system-background/tasks"; system_bg_cpuset_fd = open(filename, O_WRONLY | O_CLOEXEC); if (system_bg_cpuset_fd < 0) { SLOGE("initialize of system-bg failed: %s\n", strerror(errno)); } #ifdef USE_SCHEDBOOST filename = "/sys/fs/cgroup/stune/foreground/tasks"; fg_schedboost_fd = open(filename, O_WRONLY | O_CLOEXEC); Loading