Searched refs:mCleanupThread (Results 1 – 3 of 3) sorted by relevance
114 mCleanupThread.reset(new ProcessCleanupThread()); in RendererImpl()174 mCleanupThread->stop(); in stop()191 mCleanupThread->waitForCleanup(); in stop()225 mCleanupThread->waitForCleanup(); in waitForProcessCleanup()228 mCleanupThread.reset(new ProcessCleanupThread()); in waitForProcessCleanup()551 mCleanupThread->cleanup(puid, std::move(resource)); in cleanupProcGLObjects()
148 std::unique_ptr<ProcessCleanupThread> mCleanupThread; variable
705 mCleanupThread.reset(new CleanupThread()); in init()711 mCleanupThread.reset(); in teardown()1933 mCleanupThread->enqueueCleanup([this, asgBlob = resource.ringBlob, asgHandle](){ in detachResourceLocked()1967 std::unique_ptr<CleanupThread> mCleanupThread; member in PipeVirglRenderer