HomeSort by relevance Sort by last modified time
    Searched full:native_priority (Results 1 - 1 of 1) sorted by null

  /art/runtime/
thread_android.cc 71 int native_priority = getpriority(PRIO_PROCESS, 0); local
72 if (native_priority == -1 && errno != 0) {
79 if (native_priority >= kNiceValues[i]) {

Completed in 72 milliseconds