Searched refs:mErrorMutex (Results 1 – 2 of 2) sorted by relevance
515 std::lock_guard<std::mutex> queueLock(mErrorMutex); in hasPendingError()552 mutable std::mutex mErrorMutex; variable
314 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()