Lines Matching defs:CGroups
95 struct CGroups { struct
101 bool enabled;
102 FilePath foreground_file;
103 FilePath background_file;
106 std::string group_prefix_token;
109 std::string uclamp_min;
110 std::string uclamp_max;
112 CGroups() { in CGroups() argument
135 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()
143 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()
153 static CGroups& Get() { in Get()