Searched refs:InitThreadGroups (Results 1 – 3 of 3) sorted by relevance
882 void InitThreadGroups(Thread* self);
921 InitThreadGroups(self); in Start()2143 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
1079 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()