OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetNativePriority
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
thread_linux.cc
21
void Thread::
SetNativePriority
(int) {
thread_android.cc
49
void Thread::
SetNativePriority
(int newPriority) {
thread.h
241
void
SetNativePriority
(int newPriority);
/art/runtime/native/
java_lang_Thread.cc
148
thread->
SetNativePriority
(new_priority);
Completed in 39 milliseconds