Searched refs:compHandlerMapMutex_ (Results 1 – 2 of 2) sorted by relevance
103 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetAllCompTypes()388 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetAllHandler()409 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetHardwareHandler()434 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSource()459 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSink()550 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in UnInit()617 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSourceSaId()627 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetDHTypeBySrcSaId()
105 std::mutex compHandlerMapMutex_; variable