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

/external/chromium_org/base/process/
H A Dprocess_linux.cc20 const int kForegroundPriority = 0; member in namespace:base::__anon2426
105 int priority = background ? kBackgroundPriority : kForegroundPriority;
117 (20 - kForegroundPriority) <= static_cast<int>(rlim.rlim_cur)) {

Completed in 219 milliseconds