Searched refs:thread_priority (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | thread.cc | 593 jint thread_priority = GetNativePriority(); in CreatePeer() local 608 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer() 627 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer() 629 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer() 641 jobject thread_name, jint thread_priority) { in InitPeer() argument 649 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority); in InitPeer()
|
D | thread.h | 959 jobject thread_name, jint thread_priority)
|