Searched refs:streamReceiveLock_ (Results 1 – 1 of 1) sorted by relevance
102 std::unique_lock<std::mutex> lock(streamReceiveLock_); in TakeStream()116 std::lock_guard<std::mutex> lock(streamReceiveLock_); in PutStream()125 std::lock_guard<std::mutex> lock(streamReceiveLock_); in GetStreamNum()131 std::lock_guard<std::mutex> lock(streamReceiveLock_); in QuitStreamBuffer()144 std::mutex streamReceiveLock_; variable