Searched refs:channel_mutex_ (Results 1 – 2 of 2) sorted by relevance
101 std::mutex channel_mutex_; // exclusive access to isChannelopen()/close() member
220 std::lock_guard<std::mutex> lock(channel_mutex_); in close()245 std::lock_guard<std::mutex> lock(channel_mutex_); in isChannelOpen()