Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp164 std::lock_guard lock(mWorkerMutex); in terminate()
175 std::lock_guard lock(mWorkerMutex); in decompress()
190 std::unique_lock lock(mWorkerMutex); in main()
201 std::mutex mWorkerMutex = {}; // Mutex used with mWorkerCondition. member in gfxstream::vk::__anon5855e3120111::WorkerThread