Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1104 jint thread_priority = GetNativePriority(); in CreatePeer() local
1119 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer()
1144 thread_priority); in CreatePeer()
1151 thread_priority); in CreatePeer()
1177 jint thread_priority = kNormThreadPriority; // Always normalize to NORM priority. in CreateCompileTimePeer() local
1199 thread_priority); in CreateCompileTimePeer()
1206 thread_priority); in CreateCompileTimePeer()
1218 jint thread_priority) { in InitPeer() argument
1226 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Dthread.h1372 jint thread_priority)
/art/test/
DAndroid.bp590 "720-thread-priority/thread_priority.cc",