OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jprio
(Results
1 - 1
of
1
) sorted by null
/dalvik/vm/os/
android.cpp
82
int
jprio
= THREAD_MIN_PRIORITY;
local
87
jprio
++;
89
if (
jprio
> THREAD_MAX_PRIORITY) {
90
jprio
= THREAD_MAX_PRIORITY;
92
return
jprio
;
Completed in 666 milliseconds