Searched defs:CGroups (Results 1 – 2 of 2) sorted by relevance
91 struct CGroups { struct97 bool enabled;98 FilePath foreground_file;99 FilePath background_file;102 std::string group_prefix_token;105 std::string uclamp_min;106 std::string uclamp_max;108 CGroups() { in CGroups() argument131 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()139 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()[all …]
44 struct CGroups { struct50 bool enabled;51 base::FilePath foreground_file;52 base::FilePath background_file;54 CGroups() { in CGroups() argument68 static CGroups& Get() { in Get()