Searched refs:CreatePeer (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc404 self->CreatePeer(thread_name, as_daemon, thread_group);
423 void Thread::CreatePeer(const char* name, bool as_daemon, jobject thread_group) { function in class:art::Thread
1091 Thread::Current()->CreatePeer("main", false, runtime->GetMainThreadGroup());
H A Dthread.h862 void CreatePeer(const char* name, bool as_daemon, jobject thread_group);
1162 friend class Runtime; // For CreatePeer.

Completed in 33 milliseconds