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

/frameworks/base/services/core/jni/
H A Dcom_android_server_am_ActivityManagerService.cpp49 int boost_cpuset_fd = 0; local
55 boost_cpuset_fd = open("/dev/cpuset/foreground/boost/tasks", O_WRONLY);
56 if (boost_cpuset_fd < 0) {
62 if (!fg_cpuset_file || !boost_cpuset_fd) {
64 close(boost_cpuset_fd);
76 if (write(boost_cpuset_fd, buf, i) < 0) {
83 close(boost_cpuset_fd);

Completed in 40 milliseconds