OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 37 milliseconds