Searched refs:monitor_thread_ (Results 1 – 2 of 2) sorted by relevance
90 monitor_thread_ = std::thread([this]() { MonitorLoop(); }); in ChannelMonitor()240 if (monitor_thread_.joinable()) { in ~ChannelMonitor()242 monitor_thread_.join(); in ~ChannelMonitor()
107 std::thread monitor_thread_; variable