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
78
int
native_priority
= getpriority(PRIO_PROCESS, 0);
local
79
if (
native_priority
== -1 && errno != 0) {
86
if (
native_priority
>= kNiceValues[i]) {
Completed in 57 milliseconds