Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc3358 ScopedThreadPoolUsage stpu; in WaitForThreadPoolWorkersToStart() local
3359 if (stpu.GetThreadPool() != nullptr) { in WaitForThreadPoolWorkersToStart()
3360 stpu.GetThreadPool()->WaitForWorkersToBeCreated(); in WaitForThreadPoolWorkersToStart()
/art/runtime/gc/space/
Dimage_space.cc1052 Runtime::ScopedThreadPoolUsage stpu; in LoadImageFile() local
1053 ThreadPool* const pool = stpu.GetThreadPool(); in LoadImageFile()