Searched refs:kBackgroundPriority (Results 1 – 2 of 2) sorted by relevance
38 const int kBackgroundPriority = 19; variable74 const int kBackgroundPriority = 5; variable114 return GetPriority() == kBackgroundPriority; in IsProcessBackgrounded()132 int priority = background ? kBackgroundPriority : kForegroundPriority; in SetProcessBackgrounded()
45 constexpr int kBackgroundPriority = 10; variable222 setpriority(PRIO_PROCESS, 0, kBackgroundPriority); in ForkAndPrefetch()