Searched defs:dequeueLock (Results 1 – 1 of 1) sorted by relevance
585 std::lock_guard<std::mutex> dequeueLock(mTaskDequeueMutex); in queueCommand() local655 std::lock_guard<std::mutex> dequeueLock(mTaskDequeueMutex); in processTasksImpl() local786 std::lock_guard<std::mutex> dequeueLock(mTaskDequeueMutex); in waitForAllWorkToBeSubmitted() local1007 std::lock_guard<std::mutex> dequeueLock(mTaskDequeueMutex); in waitForResourceUseToBeSubmitted() local1032 std::lock_guard<std::mutex> dequeueLock(mTaskDequeueMutex); in waitForPresentToBeSubmitted() local1482 std::unique_lock<std::mutex> &&dequeueLock, in queueSubmit()