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

  /art/runtime/
thread_android.cc 49 void Thread::SetNativePriority(int newPriority) {
thread_linux.cc 24 void Thread::SetNativePriority(int) {
thread.h 305 void SetNativePriority(int newPriority);
    [all...]
thread.cc 448 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer));
    [all...]
  /art/runtime/native/
java_lang_Thread.cc 169 thread->SetNativePriority(new_priority);
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 358 thread->SetNativePriority(prio);

Completed in 217 milliseconds