Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc823 jboolean thread_is_daemon = as_daemon; in CreatePeer() local
837 thread_group, thread_name.get(), thread_priority, thread_is_daemon); in CreatePeer()
856 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
858 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority); in CreatePeer()
869 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, in InitPeer() argument
872 SetBoolean<kTransactionActive>(tlsPtr_.opeer, thread_is_daemon); in InitPeer()
Dthread.h1117 void InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group,