Searched refs:read_thread_ (Results 1 – 2 of 2) sorted by relevance
251 if (read_thread_) { in ~RecordReadThread()273 read_thread_.reset(new std::thread([&]() { RunReadThread(); })); in RegisterDataCallback()291 if (read_thread_ != nullptr) { in StopReadThread()294 read_thread_->join(); in StopReadThread()295 read_thread_ = nullptr; in StopReadThread()
211 std::unique_ptr<std::thread> read_thread_; variable