OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boost_cpuset_file
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/services/core/jni/
com_android_server_am_ActivityManagerService.cpp
94
FILE*
boost_cpuset_file
= NULL;
local
96
boost_cpuset_file
= fopen("/dev/cpuset/foreground/boost/tasks", "r+");
97
if (ferror(
boost_cpuset_file
)) {
102
fclose(
boost_cpuset_file
);
107
if (!
boost_cpuset_file
|| !fg_cpuset_fd) {
108
fclose(
boost_cpuset_file
);
113
while (fgets(buf, 16,
boost_cpuset_file
)) {
126
if (feof(
boost_cpuset_file
))
131
fclose(
boost_cpuset_file
);
Completed in 259 milliseconds