Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_linux.cc44 struct CGroups { struct
54 CGroups() { in CGroups() function
68 static CGroups& Get() { in Get() argument
69 static auto& groups = *new CGroups; in Get()
90 if (CGroups::Get().enabled) in CanBackgroundProcesses()
102 if (CGroups::Get().enabled) { in IsProcessBackgrounded()
121 if (CGroups::Get().enabled) { in SetProcessBackgrounded()
123 const base::FilePath file = background ? CGroups::Get().background_file in SetProcessBackgrounded()
124 : CGroups::Get().foreground_file; in SetProcessBackgrounded()