Searched refs:InitThreadGroups (Results 1 – 3 of 3) sorted by relevance
797 void InitThreadGroups(Thread* self);
857 InitThreadGroups(self); in Start()1851 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
1101 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()