Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_linux.cc38 const int kBackgroundPriority = 19; variable
74 const int kBackgroundPriority = 5; variable
114 return GetPriority() == kBackgroundPriority; in IsProcessBackgrounded()
132 int priority = background ? kBackgroundPriority : kForegroundPriority; in SetProcessBackgrounded()
/external/libchrome/base/android/library_loader/
Dlibrary_prefetcher.cc45 constexpr int kBackgroundPriority = 10; variable
222 setpriority(PRIO_PROCESS, 0, kBackgroundPriority); in ForkAndPrefetch()