Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc2940 ScopedThreadPoolUsage stpu; in WaitForThreadPoolWorkersToStart() local
2941 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()
2942 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
/art/runtime/gc/space/
Dimage_space.cc1206 Runtime::ScopedThreadPoolUsage stpu; in LoadImageFile() local
1207 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()