GetMutex 函数功能获取当前AscendStream对应的互斥锁。 函数原型std::mutex& AscendStream::GetMutex(); 参数说明 参数名 输入/输出 说明 mutex 输出 当前AscendStream对应的互斥锁。 父主题: AscendStream