Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DRendererGL.cpp210 std::lock_guard<std::mutex> lock(mWorkerMutex); in ~RendererGL()
377 std::lock_guard<std::mutex> lock(mWorkerMutex); in bindWorkerContext()
407 std::lock_guard<std::mutex> lock(mWorkerMutex); in unbindWorkerContext()
DRendererGL.h176 std::mutex mWorkerMutex; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp386 std::lock_guard<std::mutex> queueLock(mWorkerMutex); in queueCommand()
418 std::unique_lock<std::mutex> lock(mWorkerMutex); in processTasksImpl()
562 std::unique_lock<std::mutex> lock(mWorkerMutex); in waitForWorkComplete()
605 std::lock_guard<std::mutex> workerLock(mWorkerMutex); in isBusy()
645 std::unique_lock<std::mutex> lock(mWorkerMutex); in handleDeviceLost()
DCommandProcessor.h580 mutable std::mutex mWorkerMutex; variable