Home
last modified time | relevance | path

Searched refs:inputLoop_ (Results 1 – 2 of 2) sorted by relevance

/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.cpp129 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()
Ddecoder_demo.h83 std::unique_ptr<std::thread> inputLoop_; variable