Lines Matching defs:CGroups
89 struct CGroups { struct
95 bool enabled;
96 FilePath foreground_file;
97 FilePath background_file;
100 std::string group_prefix_token;
103 std::string uclamp_min;
104 std::string uclamp_max;
106 CGroups() { in CGroups() function
129 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()
137 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()
147 static CGroups& Get() { in Get()