Searched refs:stream_mutex_ (Results 1 – 2 of 2) sorted by relevance
93 std::lock_guard<std::mutex> lock(stream_mutex_); in RegisterNewInternalStream()147 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateBuffers()256 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateSharedBuffers()352 std::lock_guard<std::mutex> lock(stream_mutex_); in FreeStream()380 std::lock_guard<std::mutex> lock(stream_mutex_); in GetStreamBuffer()416 std::lock_guard<std::mutex> lock(stream_mutex_); in IsPendingBufferEmpty()437 std::lock_guard<std::mutex> lock(stream_mutex_); in GetMostRecentStreamBuffer()499 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnZslStreamBuffers()528 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnStreamBuffer()549 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnFilledBuffer()[all …]
146 std::mutex stream_mutex_; variable