Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc581 jint thread_priority = GetNativePriority(); in CreatePeer() local
596 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer()
613 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
615 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
627 jobject thread_name, jint thread_priority) { in InitPeer() argument
635 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority); in InitPeer()
Dthread.h959 jobject thread_name, jint thread_priority)