Searched refs:channel_mutex_ (Results 1 – 2 of 2) sorted by relevance
266 std::lock_guard<std::mutex> autolock(channel_mutex_); in SetChannel()275 std::lock_guard<std::mutex> autolock(channel_mutex_); in OnNewChannel()324 std::lock_guard<std::mutex> autolock(channel_mutex_); in CloseChannel()355 std::lock_guard<std::mutex> autolock(channel_mutex_); in ModifyChannelEvents()435 std::lock_guard<std::mutex> autolock(channel_mutex_); in PushChannel()465 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelState()472 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelSocketFd()482 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelEventFd()492 std::lock_guard<std::mutex> autolock(channel_mutex_); in GetChannelId()
155 mutable std::mutex channel_mutex_; variable