Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A DFixedQueue_unittest.cpp219 std::unique_lock<std::mutex> enqueueLock(enqueueMutex); in TEST() local
237 enqueueLock.unlock(); in TEST()
239 enqueueLock.lock(); in TEST()
273 std::unique_lock<std::mutex> enqueueLock(enqueueMutex); in TEST() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp679 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in queueCommand() local
702 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in requestCommandsAndGarbageCleanup() local
735 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in processTasksImpl() local
744 mWorkAvailableCondition.wait(enqueueLock, [this] { in processTasksImpl()
751 enqueueLock.unlock(); in processTasksImpl()
884 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in waitForAllWorkToBeSubmitted() local
919 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in destroy() local
936 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in handleDeviceLost() local
H A Dvk_resource.h207 std::unique_lock<angle::SimpleMutex> enqueueLock(mMutex); in add()
266 std::unique_lock<angle::SimpleMutex> enqueueLock(mMutex); in cleanupUnsubmittedGarbage()
H A DCommandProcessor.h740 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in isBusy()