Home
last modified time | relevance | path

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

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