Searched refs:NotifyThreadGroup (Results 1 – 3 of 3) sorted by relevance
554 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr)
2252 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()2267 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup() function in art::Thread
2118 self->NotifyThreadGroup(soa, thread_group); in AttachCurrentThread()