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

/external/chromium_org/base/process/
H A Dprocess_linux.cc37 // Check for cgroups files. ChromeOS supports these by default. It creates
61 base::LazyInstance<CGroups> cgroups = LAZY_INSTANCE_INITIALIZER; member in namespace:base::__anon2400
71 if (cgroups.Get().enabled) {
93 if (cgroups.Get().enabled) {
97 cgroups.Get().background_file : cgroups.Get().foreground_file;
128 if (cgroups.Get().enabled)

Completed in 69 milliseconds