Searched refs:inputLoop_ (Results 1 – 2 of 2) sorted by relevance
129 inputLoop_ = make_unique<thread>(&VDecDemo::InputFunc, this); in Start()138 if (inputLoop_ != nullptr && inputLoop_->joinable()) { in Stop()144 inputLoop_->join(); in Stop()145 inputLoop_.reset(); in Stop()
83 std::unique_ptr<std::thread> inputLoop_; variable