HomeSort by relevance Sort by last modified time
    Searched refs:SetNativePriority (Results 1 - 5 of 5) sorted by null

  /art/runtime/
thread_android.cc 49 void Thread::SetNativePriority(int newPriority) {
thread_linux.cc 21 void Thread::SetNativePriority(int) {
thread.h 266 void SetNativePriority(int newPriority);
    [all...]
thread.cc 173 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer));
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 161 thread->SetNativePriority(new_priority);

Completed in 418 milliseconds