HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_PRIORITY_BACKGROUND (Results 1 - 8 of 8) sorted by null

  /system/core/libsystem/include/system/
thread_defs.h 44 ANDROID_PRIORITY_BACKGROUND = 10,
  /art/runtime/
thread_android.cc 38 ANDROID_PRIORITY_BACKGROUND + 6,
39 ANDROID_PRIORITY_BACKGROUND + 3,
40 ANDROID_PRIORITY_BACKGROUND,
65 if (newNice >= ANDROID_PRIORITY_BACKGROUND) {
67 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) {
  /system/core/libutils/include/utils/
ThreadDefs.h 55 PRIORITY_BACKGROUND = ANDROID_PRIORITY_BACKGROUND,
  /system/core/libutils/
Threads.cpp 82 if (prio >= ANDROID_PRIORITY_BACKGROUND) {
304 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
306 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) {
  /system/core/logd/
main.cpp 109 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) {
241 setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND);
  /frameworks/base/core/jni/
android_util_Process.cpp 269 if (t_pri >= ANDROID_PRIORITY_BACKGROUND) {
499 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
    [all...]
  /system/core/logcat/
logcat.cpp 393 if ((setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) &&
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 614 if (setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_BACKGROUND) < 0) {
    [all...]

Completed in 495 milliseconds