Home
last modified time | relevance | path

Searched defs:CGroups (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/process/
Dprocess_linux.cc89 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() argument
129 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()
137 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()
[all …]
/external/libchrome/base/process/
Dprocess_linux.cc44 struct CGroups { struct
50 bool enabled;
51 base::FilePath foreground_file;
52 base::FilePath background_file;
54 CGroups() { in CGroups() function
68 static CGroups& Get() { in Get()