Home
last modified time | relevance | path

Searched refs:thread_priority (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dthread.cc1138 jint thread_priority = GetNativePriority(); in CreatePeer() local
1149 self, peer.Get(), thr_group.Get(), thread_name.Get(), thread_priority, as_daemon); in CreatePeer()
1167 thread_priority); in CreatePeer()
1173 thread_priority); in CreatePeer()
1203 jint thread_priority = kNormThreadPriority; // Always normalize to NORM priority. in CreateCompileTimePeer() local
1224 thread_priority); in CreateCompileTimePeer()
1230 thread_priority); in CreateCompileTimePeer()
1241 jint thread_priority) { in InitPeer() argument
1246 WellKnownClasses::java_lang_Thread_priority->SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Dthread.h1666 jint thread_priority)
/art/test/
DAndroid.bp949 "720-thread-priority/thread_priority.cc",