Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_linux.cc28 const int kForegroundPriority = 0; variable
82 (20 - kForegroundPriority) <= static_cast<int>(rlim.rlim_cur); in CanReraisePriority()
132 int priority = background ? kBackgroundPriority : kForegroundPriority; in SetProcessBackgrounded()