Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h797 void InitThreadGroups(Thread* self);
Druntime.cc857 InitThreadGroups(self); in Start()
1851 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
/art/runtime/interpreter/
Dunstarted_runtime.cc1101 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()