Home
last modified time | relevance | path

Searched refs:enqueueLock (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() local
605 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in requestCommandsAndGarbageCleanup() local
636 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in processTasksImpl() local
645 mWorkAvailableCondition.wait(enqueueLock, [this] { in processTasksImpl()
652 enqueueLock.unlock(); in processTasksImpl()
785 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in waitForAllWorkToBeSubmitted() local
820 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in destroy() local
837 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in handleDeviceLost() local
DCommandProcessor.h615 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in isBusy()