Searched refs:thread_priority (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread.cc | 424 jint thread_priority = GetNativePriority(); in CreatePeer() local 439 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer() 456 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer() 458 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer() 470 jobject thread_name, jint thread_priority) { in InitPeer() argument 478 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority); in InitPeer()
|
D | thread.h | 866 jobject thread_name, jint thread_priority)
|