Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp236 std::atomic_bool mShuttingDown{false}; member in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
309 mShuttingDown = true; in ~EmulatedVirtioGpuImpl()
1003 while (!mShuttingDown.load()) { in RunVirtioGpuTaskProcessingLoop()