Searched defs:boost_fd (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dsched_policy.cpp295 int boost_fd = -1; local
299 boost_fd = bg_schedboost_fd;
305 boost_fd = fg_schedboost_fd;
309 boost_fd = ta_schedboost_fd;
318 boost_fd = fd = -1;
328 if (boost_fd > 0 && add_tid_to_cgroup(tid, boost_fd) != 0) {
415 int boost_fd = -1; local
418 boost_fd = bg_schedboost_fd;
423 boost_fd
[all...]

Completed in 57 milliseconds