Searched refs:reader_thread_ (Results 1 – 4 of 4) sorted by relevance
141 if (reader_thread_.joinable()) { in StartReadLoop()142 reader_thread_.join(); in StartReadLoop()144 reader_thread_ = std::thread([this] { in StartReadLoop()166 if (reader_thread_.joinable()) { in Disconnect()167 reader_thread_.join(); in Disconnect()
69 std::thread reader_thread_; variable
44 reader_thread_ = in start()51 if (reader_thread_.joinable()) { in stop()52 reader_thread_.join(); in stop()
55 std::thread reader_thread_; variable