HomeSort by relevance Sort by last modified time
    Searched refs:cgroups (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_linux.cc 36 struct CGroups {
37 // Check for cgroups files. ChromeOS supports these by default. It creates
46 CGroups() {
61 base::LazyInstance<CGroups> cgroups = LAZY_INSTANCE_INITIALIZER; member in namespace:base::__anon7051
71 if (cgroups.Get().enabled) {
93 if (cgroups.Get().enabled) {
97 cgroups.Get().background_file : cgroups.Get().foreground_file;
128 if (cgroups.Get().enabled
    [all...]
  /art/runtime/
utils.cc 1054 std::vector<std::string> cgroups; local
1055 Split(cgroup_fields[1], ',', cgroups);
1056 for (size_t i = 0; i < cgroups.size(); ++i) {
1057 if (cgroups[i] == "cpu") {
    [all...]

Completed in 78 milliseconds