Searched refs:streamMapMutex_ (Results 1 – 4 of 4) sorted by relevance
63 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateRender()73 std::lock_guard<std::mutex> lock(streamMapMutex_); in StartRender()91 std::lock_guard<std::mutex> lock(streamMapMutex_); in StopRender()107 std::lock_guard<std::mutex> lock(streamMapMutex_); in PauseRender()125 std::lock_guard<std::mutex> lock(streamMapMutex_); in ReleaseRender()
119 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateRender()128 std::unique_lock<std::mutex> lock(streamMapMutex_); in ReleaseRender()157 std::lock_guard<std::mutex> lock(streamMapMutex_); in StartRender()169 std::lock_guard<std::mutex> lock(streamMapMutex_); in StopRender()181 std::lock_guard<std::mutex> lock(streamMapMutex_); in PauseRender()225 std::lock_guard<std::mutex> lock(streamMapMutex_); in CreateCapturer()234 std::unique_lock<std::mutex> lock(streamMapMutex_); in ReleaseCapturer()
45 std::mutex streamMapMutex_;
125 std::mutex streamMapMutex_; variable