Searched refs:channel_mutex_ (Results 1 – 2 of 2) sorted by relevance
263 std::lock_guard<std::mutex> autolock(channel_mutex_); in SetChannel()272 std::lock_guard<std::mutex> autolock(channel_mutex_); in OnNewChannel()322 std::lock_guard<std::mutex> autolock(channel_mutex_); in CloseChannel()353 std::lock_guard<std::mutex> autolock(channel_mutex_); in ModifyChannelEvents()433 std::lock_guard<std::mutex> autolock(channel_mutex_); in PushChannel()460 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelState()467 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelSocketFd()476 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelEventFd()485 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelId()
154 mutable std::mutex channel_mutex_; variable