Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h616 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr)
Dthread.cc2367 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2382 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup() function in art::Thread
Druntime.cc2384 self->NotifyThreadGroup(soa, thread_group); in AttachCurrentThread()