Searched defs:InitPeer (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc456 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
458 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
469 void Thread::InitPeer(ScopedObjectAccess& soa, jboolean thread_is_daemon, jobject thread_group, function in class:art::Thread

Completed in 25 milliseconds