OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD_MAX_PRIORITY
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/os/
android.cpp
89
if (jprio >
THREAD_MAX_PRIORITY
) {
90
jprio =
THREAD_MAX_PRIORITY
;
/dalvik/vm/
Thread.h
63
THREAD_MAX_PRIORITY
= 10,
Completed in 1050 milliseconds