Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h873 void InitThreadGroups(Thread* self);
Druntime.cc900 InitThreadGroups(self); in Start()
1928 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
/art/runtime/interpreter/
Dunstarted_runtime.cc1055 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()