Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h558 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr)
Dthread.cc2258 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2273 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup() function in art::Thread
Druntime.cc2124 self->NotifyThreadGroup(soa, thread_group); in AttachCurrentThread()