Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1099 jint thread_priority = GetNativePriority(); in CreatePeer() local
1114 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer()
1139 thread_priority); in CreatePeer()
1146 thread_priority); in CreatePeer()
1172 jint thread_priority = kNormThreadPriority; // Always normalize to NORM priority. in CreateCompileTimePeer() local
1194 thread_priority); in CreateCompileTimePeer()
1201 thread_priority); in CreateCompileTimePeer()
1213 jint thread_priority) { in InitPeer() argument
1221 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Dthread.h1367 jint thread_priority)
/art/test/
DAndroid.bp633 "720-thread-priority/thread_priority.cc",