Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime.h882 void InitThreadGroups(Thread* self);
H A Druntime.cc921 InitThreadGroups(self); in Start()
2143 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc1079 Runtime::Current()->InitThreadGroups(self); in UnstartedThreadCurrentThread()