Searched refs:SetNativePriority (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dthread_android.cc49 void Thread::SetNativePriority(int newPriority) { function in class:art::Thread
H A Dthread_linux.cc21 void Thread::SetNativePriority(int) { function in class:art::Thread
H A Dthread.h266 void SetNativePriority(int newPriority);
H A Dthread.cc173 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer));
/art/runtime/native/
H A Djava_lang_Thread.cc161 thread->SetNativePriority(new_priority);

Completed in 1086 milliseconds