Searched defs:new_priority (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/native/
H A Djava_lang_Thread.cc168 * Alter the priority of the specified thread. "new_priority" will range
172 static void Thread_nativeSetPriority(JNIEnv* env, jobject java_thread, jint new_priority) { argument
177 thread->SetNativePriority(new_priority);

Completed in 46 milliseconds