Home
last modified time | relevance | path

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

/system/libartpalette/
Dpalette_android.cc51 ANDROID_PRIORITY_BACKGROUND + 6,
52 ANDROID_PRIORITY_BACKGROUND + 3,
53 ANDROID_PRIORITY_BACKGROUND,
76 if (new_nice >= ANDROID_PRIORITY_BACKGROUND) { in PaletteSchedSetPriority()
78 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) { in PaletteSchedSetPriority()
/system/core/libsystem/include/system/
Dthread_defs.h44 ANDROID_PRIORITY_BACKGROUND = 10, enumerator
/system/core/libutils/include/utils/
DThreadDefs.h55 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
/system/core/libutils/
DThreads.cpp89 if (prio >= ANDROID_PRIORITY_BACKGROUND) { in trampoline()
315 if (pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
317 } else if (curr_pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
/system/core/logcat/
Dlogcat.cpp262 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) { in SetupOutputAndSchedulingPolicy()