Searched refs:read_thread_ (Results 1 – 4 of 4) sorted by relevance
218 if (read_thread_) { in ~RecordReadThread()240 read_thread_.reset(new std::thread([&]() { RunReadThread(); })); in RegisterDataCallback()259 read_thread_->join(); in StopReadThread()260 read_thread_ = nullptr; in StopReadThread()
195 std::unique_ptr<std::thread> read_thread_; variable
151 std::thread read_thread_ GUARDED_BY(mutex_);
280 read_thread_ = std::thread([this]() { in Start()368 read_thread = std::move(read_thread_); in Stop()