Home
last modified time | relevance | path

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

/system/core/include/system/
Dthread_defs.h44 ANDROID_PRIORITY_BACKGROUND = 10, enumerator
/system/core/include/utils/
DThreadDefs.h55 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
/system/core/libutils/
DThreads.cpp89 if (prio >= ANDROID_PRIORITY_BACKGROUND) { in trampoline()
311 if (pri >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
313 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) { in androidSetThreadPriority()
/system/core/logd/
Dmain.cpp101 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) { in drop_privs()
243 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND); in reinit_thread_start()
/system/core/logcat/
Dlogcat.cpp251 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) { in setupOutput()