Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1108 jint thread_priority = GetNativePriority(); in CreatePeer() local
1123 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer()
1148 thread_priority); in CreatePeer()
1155 thread_priority); in CreatePeer()
1181 jint thread_priority = kNormThreadPriority; // Always normalize to NORM priority. in CreateCompileTimePeer() local
1203 thread_priority); in CreateCompileTimePeer()
1210 thread_priority); in CreateCompileTimePeer()
1222 jint thread_priority) { in InitPeer() argument
1230 SetInt<kTransactionActive>(peer, thread_priority); in InitPeer()
Dthread.h1388 jint thread_priority)
/art/test/
DAndroid.bp893 "720-thread-priority/thread_priority.cc",