Searched refs:renderPortsMtx_ (Results 1 – 2 of 2) sorted by relevance
80 std::lock_guard<std::mutex> lock(renderPortsMtx_); in GetRenderPortsNum()98 std::lock_guard<std::mutex> lock(devAdapter->renderPortsMtx_); in HandleRenderParamEvent()258 std::lock_guard<std::mutex> lock(renderPortsMtx_); in CreateRender()275 std::lock_guard<std::mutex> lock(renderPortsMtx_); in DestroyRender()287 std::lock_guard<std::mutex> lock(renderPortsMtx_); in DestroyRender()
85 std::mutex renderPortsMtx_; variable