Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h566 void InitThreadGroups(Thread* self);
Druntime.cc529 InitThreadGroups(self); in Start()
1159 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups() function in art::Runtime