Searched refs:GetMainThreadGroup (Results 1 – 3 of 3) sorted by relevance
213 jobject GetMainThreadGroup() const;
585 thread_group = runtime->GetMainThreadGroup(); in CreatePeer()1272 Thread::Current()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()
1174 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup() function in art::Runtime