Searched refs:thread_priority (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc897 jint thread_priority = GetNativePriority(); local
912 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
936 thread_priority);
943 thread_priority);
969 jint thread_priority = GetNativePriority(); local
991 thread_priority);
998 thread_priority);
1010 jint thread_priority) {
1018 SetInt<kTransactionActive>(peer, thread_priority);
1005 InitPeer(ScopedObjectAccessAlreadyRunnable& soa, ObjPtr<mirror::Object> peer, jboolean thread_is_daemon, jobject thread_group, jobject thread_name, jint thread_priority) argument
H A Dthread.h1297 jint thread_priority)

Completed in 200 milliseconds