Home
last modified time | relevance | path

Searched refs:mErrorMutex (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h515 std::lock_guard<std::mutex> queueLock(mErrorMutex); in hasPendingError()
552 mutable std::mutex mErrorMutex; variable
DCommandProcessor.cpp314 std::lock_guard<std::mutex> queueLock(mErrorMutex); in handleError()
322 std::lock_guard<std::mutex> queueLock(mErrorMutex); in CommandProcessor()
333 std::lock_guard<std::mutex> queueLock(mErrorMutex); in checkAndPopPendingError()