Home
last modified time | relevance | path

Searched defs:dequeueLock (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/common/
DFixedQueue_unittest.cpp203 std::unique_lock<std::mutex> dequeueLock(dequeueMutex); in TEST() local
238 std::unique_lock<std::mutex> dequeueLock(dequeueMutex); in TEST() local
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp611 std::lock_guard<angle::SimpleMutex> dequeueLock(mTaskDequeueMutex); in queueCommand() local
683 std::lock_guard<angle::SimpleMutex> dequeueLock(mTaskDequeueMutex); in processTasksImpl() local
814 std::lock_guard<angle::SimpleMutex> dequeueLock(mTaskDequeueMutex); in waitForAllWorkToBeSubmitted() local
1037 std::lock_guard<angle::SimpleMutex> dequeueLock(mTaskDequeueMutex); in waitForResourceUseToBeSubmitted() local
1062 std::lock_guard<angle::SimpleMutex> dequeueLock(mTaskDequeueMutex); in waitForPresentToBeSubmitted() local
1517 std::unique_lock<angle::SimpleMutex> &&dequeueLock, in queueSubmit()