Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMRuntime.cc432 static constexpr int kSystemDaemonNiceValue = 4; // priority 124 in VMRuntime_setSystemDaemonThreadPriority() local
433 if (setpriority(PRIO_PROCESS, tid, kSystemDaemonNiceValue) != 0) { in VMRuntime_setSystemDaemonThreadPriority()
435 << kSystemDaemonNiceValue << ") failed"; in VMRuntime_setSystemDaemonThreadPriority()