Searched refs:enqueueLock (Results 1 – 4 of 4) sorted by relevance
219 std::unique_lock<std::mutex> enqueueLock(enqueueMutex); in TEST() local237 enqueueLock.unlock(); in TEST()239 enqueueLock.lock(); in TEST()273 std::unique_lock<std::mutex> enqueueLock(enqueueMutex); in TEST() local
679 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in queueCommand() local702 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in requestCommandsAndGarbageCleanup() local735 std::unique_lock<std::mutex> enqueueLock(mTaskEnqueueMutex); in processTasksImpl() local744 mWorkAvailableCondition.wait(enqueueLock, [this] { in processTasksImpl()751 enqueueLock.unlock(); in processTasksImpl()884 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in waitForAllWorkToBeSubmitted() local919 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in destroy() local936 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in handleDeviceLost() local
207 std::unique_lock<angle::SimpleMutex> enqueueLock(mMutex); in add()266 std::unique_lock<angle::SimpleMutex> enqueueLock(mMutex); in cleanupUnsubmittedGarbage()
740 std::lock_guard<std::mutex> enqueueLock(mTaskEnqueueMutex); in isBusy()