Searched refs:InitThreadGroups (Results 1 – 3 of 3) sorted by relevance
873 void InitThreadGroups(Thread* self);
900 InitThreadGroups(self); in Start()1928 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
1055 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()