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