Searched refs:stream_mutex_ (Results 1 – 2 of 2) sorted by relevance
77 std::lock_guard<std::mutex> lock(stream_mutex_); in RegisterNewInternalStream()131 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateBuffers()239 std::lock_guard<std::mutex> lock(stream_mutex_); in AllocateSharedBuffers()335 std::lock_guard<std::mutex> lock(stream_mutex_); in FreeStream()363 std::lock_guard<std::mutex> lock(stream_mutex_); in GetStreamBuffer()399 std::lock_guard<std::mutex> lock(stream_mutex_); in IsPendingBufferEmpty()420 std::lock_guard<std::mutex> lock(stream_mutex_); in GetMostRecentStreamBuffer()477 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnZslStreamBuffers()506 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnStreamBuffer()527 std::lock_guard<std::mutex> lock(stream_mutex_); in ReturnFilledBuffer()[all …]
143 std::mutex stream_mutex_; variable