Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp582 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in queueCommand()
605 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in requestCommandsAndGarbageCleanup()
636 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in processTasksImpl()
785 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in waitForAllWorkToBeSubmitted()
820 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in destroy()
837 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in handleDeviceLost()
DCommandProcessor.h615 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in isBusy()
661 mutable std::mutex mTaskEnqueueMutex; variable