Home
last modified time | relevance | path

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

/frameworks/native/services/gpuservice/gpuwork/
DGpuWork.cpp98 if (mMapClearerThread.joinable()) { in ~GpuWork()
107 mMapClearerThread.join(); in ~GpuWork()
151 mMapClearerThread.swap(thread); in initialize()
/frameworks/native/services/gpuservice/gpuwork/include/gpuwork/
DGpuWork.h89 std::thread mMapClearerThread; variable