Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/process/
H A Dprocess_linux.cc95 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() function
135 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()
143 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()
[all …]
/aosp_15_r20/external/libchrome/base/process/
H A 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()