Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc3150 ScopedThreadPoolUsage stpu; in WaitForThreadPoolWorkersToStart() local
3151 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()
3152 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
/art/runtime/gc/space/
Dimage_space.cc982 Runtime::ScopedThreadPoolUsage stpu; in LoadImageFile() local
983 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()