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

  /art/runtime/
thread_android.cc 36 static const int kNiceValues[10] = {
55 int newNice = kNiceValues[newPriority-1];
78 for (size_t i = 0; i < arraysize(kNiceValues); i++) {
79 if (native_priority >= kNiceValues[i]) {
  /dalvik/vm/os/
android.cpp 35 static const int kNiceValues[10] = {
55 int newNice = kNiceValues[newPriority-1];
83 for (int i = 0; i < NELEM(kNiceValues); i++) {
84 if (sysprio >= kNiceValues[i]) {

Completed in 29 milliseconds