Searched refs:channel_mutex_ (Results 1 – 2 of 2) sorted by relevance
225 std::lock_guard<std::mutex> lock(channel_mutex_); in close()250 std::lock_guard<std::mutex> lock(channel_mutex_); in isServiceConnected()258 std::lock_guard<std::mutex> lock(channel_mutex_); in isChannelOpen()
95 std::mutex channel_mutex_; // exclusive access to isChannelopen()/close() member