Home
last modified time | relevance | path

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

/system/core/include/system/
Dthread_defs.h44 ANDROID_PRIORITY_BACKGROUND = 10, enumerator
/system/core/include/utils/
DThreadDefs.h51 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
/system/core/libutils/
DThreads.cpp91 if (prio >= ANDROID_PRIORITY_BACKGROUND) { in trampoline()
326 if (pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
328 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()