Home
last modified time | relevance | path

Searched refs:NotifyThreadGroup (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dthread.h560 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr)
H A Dthread.cc2262 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2277 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup() function in art::Thread
H A Druntime.cc2334 self->NotifyThreadGroup(soa, thread_group); in AttachCurrentThread()