Searched refs:filledQueMutex_ (Results 1 – 2 of 2) sorted by relevance
149 std::lock_guard<std::mutex> lock(filledQueMutex_); in QueFilledBuffer()157 std::lock_guard<std::mutex> lock(filledQueMutex_); in DequeFilledBuffer()170 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledQueSize()180 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledQueDataSize()194 std::lock_guard<std::mutex> lock(filledQueMutex_); in GetFilledBuffer()
90 std::mutex filledQueMutex_; variable