Searched refs:commMapMutex_ (Results 1 – 2 of 2) sorted by relevance
150 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in AllocCommunicator()180 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in ReleaseCommunicator()248 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in ActivateCommunicator()470 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in NotifySendableToAllCommunicator()545 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in OnTargetChange()669 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in OnAppLayerFrameReceive()687 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in OnAppLayerFrameReceive()902 std::lock_guard<std::mutex> commMapLockGuard(commMapMutex_); in NotifyConnectChange()
173 mutable std::mutex commMapMutex_; variable